diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-02-10 14:32:53 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-02-10 14:32:53 +0000 |
commit | e12e7ff4c9b0ecb734eaa19169277b84820b7458 (patch) | |
tree | d8509b8ae1a4fdec21a0196bb522d4d529f016cd /cron-sh/security.sh | |
parent | fdc5b55590afcb31f33f96d5e4ee37c9e05fe215 (diff) | |
download | msec-e12e7ff4c9b0ecb734eaa19169277b84820b7458.tar msec-e12e7ff4c9b0ecb734eaa19169277b84820b7458.tar.gz msec-e12e7ff4c9b0ecb734eaa19169277b84820b7458.tar.bz2 msec-e12e7ff4c9b0ecb734eaa19169277b84820b7458.tar.xz msec-e12e7ff4c9b0ecb734eaa19169277b84820b7458.zip |
Specifying check type in mail results
Diffstat (limited to 'cron-sh/security.sh')
-rwxr-xr-x | cron-sh/security.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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} |