mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
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)
|
linux)
|
||||||
echo "ERROR: Shorewall-init is not supported on this system" >&2
|
echo "ERROR: Shorewall-init is not supported on this system" >&2
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "ERROR: Unsupported HOST distribution: \"$HOST\"" >&2
|
echo "ERROR: Unsupported HOST distribution: \"$HOST\"" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user