From e12e7ff4c9b0ecb734eaa19169277b84820b7458 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 10 Feb 2010 14:32:53 +0000 Subject: Specifying check type in mail results --- 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 f879a28..cd2fd29 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -102,6 +102,7 @@ if [[ -s ${SECURITY} ]]; then TEST_ENDED=`date "+%b %d %H:%M:%S"` echo "*** Security Check, ${REPORT_DATE} ***" > ${MSEC_TMP} + echo "*** Check type: ${CURRENT_CHECK_TYPE} ***" >> ${MSEC_TMP} echo "*** Check executed from: $0 ***" >> ${MSEC_TMP} printf "Report summary:\n" >> ${MSEC_TMP} echo "Test started: $REPORT_DATE" >> ${MSEC_TMP} -- cgit v1.2.1