aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh
diff options
context:
space:
mode:
Diffstat (limited to 'cron-sh')
-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