Return failure status when a supported command fails.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-02-20 08:10:13 -08:00
parent cc5c312421
commit 181c757614

View File

@ -38,6 +38,7 @@ echo_notdone () {
echo "not done (check $INITLOG)." echo "not done (check $INITLOG)."
fi fi
exit 1
} }
not_configured () { not_configured () {