forked from extern/shorewall_code
Terminate the -init installer when distro is not supported
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
56bfb6fb8e
commit
4fcf1cdd3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user