aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2010-02-08 14:07:48 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2010-02-08 14:07:48 +0000
commit6539d66d2d3df8d1507ccdad0caa7a5184bd1090 (patch)
tree1fae95034fb877af7b97fd75bc0007b4d9f00289 /cron-sh
parent7747cb8b72454a36c3a91aa3b40e351784a03bab (diff)
downloadmsec-6539d66d2d3df8d1507ccdad0caa7a5184bd1090.tar
msec-6539d66d2d3df8d1507ccdad0caa7a5184bd1090.tar.gz
msec-6539d66d2d3df8d1507ccdad0caa7a5184bd1090.tar.bz2
msec-6539d66d2d3df8d1507ccdad0caa7a5184bd1090.tar.xz
msec-6539d66d2d3df8d1507ccdad0caa7a5184bd1090.zip
Notify what check type is run.
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 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}