From 49c94bc5ec8e146bc4b13c80b60a57aa8fd076aa Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 28 Apr 2016 16:42:32 -0700 Subject: [PATCH] Fix Shorewall6 init.sh Signed-off-by: Tom Eastep --- Shorewall6/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall6/init.sh b/Shorewall6/init.sh index cd3de2702..14601caf5 100755 --- a/Shorewall6/init.sh +++ b/Shorewall6/init.sh @@ -83,7 +83,7 @@ case "$command" in exec ${SBINDIR}/shorewall6 $OPTIONS restart $RESTARTOPTIONS ;; status|stop) - exec ${SBINDIR}/shorewall6 $OPTIONS $command $@ + exec ${SBINDIR}/shorewall6 $OPTIONS $command ;; *) usage