fixng small console error so that systemd actually thinks firewall started successfully

This commit is contained in:
toby 2018-11-12 21:08:25 +01:00
parent cd7566f253
commit 045736616f
1 changed files with 2 additions and 0 deletions

View File

@ -157,3 +157,5 @@ case $1 in
echo "use $0 [start|stop|restart]"
;;
esac
exit 0