mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Fix typo in freshclam.sh (#4423)
This commit is contained in:
parent
2b31d941f6
commit
235e6a5214
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue