diff options
Diffstat (limited to 'cron-sh/security_check.sh')
-rwxr-xr-x | cron-sh/security_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index ae6d6ca..1e9b5cc 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -289,7 +289,7 @@ if [[ -s ${SECURITY} ]]; then cat ${SECURITY} >> ${SECURITY_LOG} cat ${INFOS} >> ${SECURITY_LOG} - Maillog "*** Security Check on ${hostname}, ${date} ***" "${SECURITY} ${INFOS}" + Maillog "[msec] *** Security Check on ${hostname}, ${date} ***" "${SECURITY} ${INFOS}" fi if [[ -f ${SECURITY} ]]; then |