Skip to content

Commit

Permalink
firewall: fix missing cron argument on retry
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed May 2, 2017
1 parent 2abbf0d commit 1417414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/rc.update_bogons
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi

if [ -n "${PROC_ERROR}" ]; then
# Relaunch and sleep
sh /usr/local/etc/rc.update_bogons &
sh /usr/local/etc/rc.update_bogons cron &
exit
fi

Expand Down

0 comments on commit 1417414

Please sign in to comment.