diff options
-rwxr-xr-x | functions/defaults.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index d8967a0..a49e251 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -472,6 +472,7 @@ Set_defaults () case "${LH_MODE}" in ubuntu) Echo_error "Architecture ${LH_ARCHITECTURE} not supported on Ubuntu." + exit 1 ;; *) |