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 bd7ec79..bcf2d3d 100755
--- a/cron-sh/security.sh
+++ b/cron-sh/security.sh
@@ -190,7 +190,7 @@ fi
Syslog() {
if [[ ${SYSLOG_WARN} == yes ]]; then
while read line; do
- /sbin/initlog --string="${line}"
+ logger "${line}"
done < ${1}
fi
}