diff options
-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 |