diff options
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/security.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh index c636750..fa50054 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -23,7 +23,7 @@ LCK=/var/run/msec-security.pid SECURITY_LOG="/var/log/security.log" # log formatting -REPORT_DATE=`date "+%b %W %H:%M:%S"` +REPORT_DATE=`date "+%b %d %H:%M:%S"` REPORT_HOSTNAME=`hostname` LOG_PREFIX="$REPORT_DATE $REPORT_HOSTNAME" SECURITY_PREFIX="$LOG_PREFIX security: " |