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 edaf541850
commit a83663bf25

View File

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