aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh
diff options
context:
space:
mode:
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 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}