Terminate the -init installer when distro is not supported

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-09-10 07:37:12 -07:00
parent 56bfb6fb8e
commit 4fcf1cdd3a

View File

@ -257,6 +257,7 @@ case "$HOST" in
;;
linux)
echo "ERROR: Shorewall-init is not supported on this system" >&2
exit 1
;;
*)
echo "ERROR: Unsupported HOST distribution: \"$HOST\"" >&2