Commit 1417414b authored by Franco Fichtner's avatar Franco Fichtner

firewall: fix missing cron argument on retry

PR: https://forum.opnsense.org/index.php?topic=5099.0
parent 2abbf0dc
...@@ -46,7 +46,7 @@ fi ...@@ -46,7 +46,7 @@ fi
if [ -n "${PROC_ERROR}" ]; then if [ -n "${PROC_ERROR}" ]; then
# Relaunch and sleep # Relaunch and sleep
sh /usr/local/etc/rc.update_bogons & sh /usr/local/etc/rc.update_bogons cron &
exit exit
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment