diff options
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/diff_check.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cron-sh/diff_check.sh b/cron-sh/diff_check.sh index 6400b70..bccfc44 100755 --- a/cron-sh/diff_check.sh +++ b/cron-sh/diff_check.sh @@ -194,10 +194,6 @@ if [[ -s ${TMP} ]]; then echo -e "\n\n*** Diff Check, ${date} ***\n" >> ${SECURITY_LOG} cat ${TMP} >> ${SECURITY_LOG} -else - cat > ${TMP} <<EOF -Nothing has changed since the last run. -EOF fi Maillog "[msec] *** Diff Check on ${hostname}, ${date} ***" "${TMP}" |