diff options
Diffstat (limited to 'cron-sh/promisc_check.sh')
-rwxr-xr-x | cron-sh/promisc_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh index d6867b9..5162a93 100755 --- a/cron-sh/promisc_check.sh +++ b/cron-sh/promisc_check.sh @@ -5,7 +5,7 @@ Syslog() { if [[ ${SYSLOG_WARN} == yes ]]; then - /sbin/initlog --string="${1}" + logger "${1}" fi } |