aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2002-08-27 14:03:19 +0000
committerFrederic Lepied <flepied@mandriva.com>2002-08-27 14:03:19 +0000
commit660e8569bc633c304b81813b1753e2136961bf08 (patch)
tree549cec6ebe715fb229023f56a74eb72e5b586d57
parentc1d3ebaa7cb1945d940740efeed01f65ea8798c4 (diff)
downloadmsec-660e8569bc633c304b81813b1753e2136961bf08.tar
msec-660e8569bc633c304b81813b1753e2136961bf08.tar.gz
msec-660e8569bc633c304b81813b1753e2136961bf08.tar.bz2
msec-660e8569bc633c304b81813b1753e2136961bf08.tar.xz
msec-660e8569bc633c304b81813b1753e2136961bf08.zip
correct syntax error
-rwxr-xr-xcron-sh/security.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh
index a846b41..2828f71 100755
--- a/cron-sh/security.sh
+++ b/cron-sh/security.sh
@@ -221,6 +221,7 @@ Maillog() {
/bin/mail -s "${subject}" "${MAIL_USER}" <<EOF
Nothing has changed since the last run.
EOF
+ fi
else
cat ${text} | /bin/mail -s "${subject}" "${MAIL_USER}"
fi