From 181c757614db0b63f7f2fa3775e398e3029a7dd3 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 20 Feb 2010 08:10:13 -0800 Subject: [PATCH] Return failure status when a supported command fails. Signed-off-by: Tom Eastep --- Shorewall/init.debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/init.debian.sh b/Shorewall/init.debian.sh index 4cc0398fc..b6367966b 100755 --- a/Shorewall/init.debian.sh +++ b/Shorewall/init.debian.sh @@ -38,6 +38,7 @@ echo_notdone () { echo "not done (check $INITLOG)." fi + exit 1 } not_configured () {