mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Fix typo in freshclam.sh (#4423)
This commit is contained in:
@@ -37,7 +37,7 @@ elif pgrep -qF ${PIDFILE} 2> /dev/null; then
|
||||
elif [ -z "${COMMAND}" ]; then
|
||||
echo "missing"
|
||||
else
|
||||
daemon -f -p ${PIDFILE} /usr/local/etc/rc.d/clamav-freshclam restart
|
||||
daemon -f -p ${PIDFILE} /usr/local/etc/rc.d/clamav_freshclam restart
|
||||
echo "starting"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user