From 045736616f551ee854bae371fd0859a83122e879 Mon Sep 17 00:00:00 2001 From: toby Date: Mon, 12 Nov 2018 21:08:25 +0100 Subject: [PATCH] fixng small console error so that systemd actually thinks firewall started successfully --- files/firewall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/firewall b/files/firewall index 634a332..a032ebb 100755 --- a/files/firewall +++ b/files/firewall @@ -157,3 +157,5 @@ case $1 in echo "use $0 [start|stop|restart]" ;; esac + +exit 0