aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/security.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cron-sh/security.sh')
-rwxr-xr-xcron-sh/security.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/security.sh b/cron-sh/security.sh
index c1001aa..9d48da5 100755
--- a/cron-sh/security.sh
+++ b/cron-sh/security.sh
@@ -196,7 +196,7 @@ fi
Syslog() {
if [[ ${SYSLOG_WARN} == yes ]]; then
while read line; do
- logger -- "${line}"
+ logger -t msec -- "${line}"
done < ${1}
fi
}