diff options
Diffstat (limited to 'cron-sh/security_check.sh')
-rwxr-xr-x | cron-sh/security_check.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index 0aebc15..cbcff0f 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -270,6 +270,8 @@ fi # end of CHECK_SECURITY if [ -s ${SECURITY} ]; then Syslog ${SECURITY} Ttylog ${SECURITY} + date=`date` + echo -e "\n\n*** Diff Check, ${date} ***\n" >> ${SECURITY_LOG} cat ${SECURITY} >> ${SECURITY_LOG} fi |