From 412ac87007acd73426ccb6bb015e1b8ee46efc5a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 25 Jan 2016 11:46:38 +0100 Subject: [PATCH] [FIX] Problem while using Launch Script in bash lists (command1 && command2) --- launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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