Fix typo in freshclam.sh (#4423)

This commit is contained in:
Andy Binder
2024-12-26 07:49:22 +01:00
committed by GitHub
parent 2b31d941f6
commit 235e6a5214
@@ -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