diff --git a/launch.sh b/launch.sh index 7bd25e2..8e79f88 100755 --- a/launch.sh +++ b/launch.sh @@ -69,7 +69,7 @@ error_and_continue() { error_and_quit() { error_and_continue "$1" - exit 0 + exit 1 } info() { @@ -334,4 +334,4 @@ else show_help fi -exit 1 +exit 0