diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-08-27 14:03:19 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-08-27 14:03:19 +0000 |
commit | 660e8569bc633c304b81813b1753e2136961bf08 (patch) | |
tree | 549cec6ebe715fb229023f56a74eb72e5b586d57 /cron-sh/security.sh | |
parent | c1d3ebaa7cb1945d940740efeed01f65ea8798c4 (diff) | |
download | msec-660e8569bc633c304b81813b1753e2136961bf08.tar msec-660e8569bc633c304b81813b1753e2136961bf08.tar.gz msec-660e8569bc633c304b81813b1753e2136961bf08.tar.bz2 msec-660e8569bc633c304b81813b1753e2136961bf08.tar.xz msec-660e8569bc633c304b81813b1753e2136961bf08.zip |
correct syntax error
Diffstat (limited to 'cron-sh/security.sh')
-rwxr-xr-x | cron-sh/security.sh | 1 |
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 |