From 6539d66d2d3df8d1507ccdad0caa7a5184bd1090 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 8 Feb 2010 14:07:48 +0000 Subject: Notify what check type is run. --- cron-sh/security.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'cron-sh') diff --git a/cron-sh/security.sh b/cron-sh/security.sh index ce59a31..14f3f01 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -99,6 +99,7 @@ if [[ -s ${SECURITY} ]]; then TEST_ENDED=`date "+%b %d %H:%M:%S"` echo "*** Security Check, ${REPORT_DATE} ***" > ${MSEC_TMP} + echo "*** Check executed from: $0 ***" >> ${MSEC_TMP} printf "Report summary:\n" >> ${MSEC_TMP} echo "Test started: $REPORT_DATE" >> ${MSEC_TMP} echo "Test finished: $TEST_ENDED" >> ${MSEC_TMP} -- cgit v1.2.1