[FIX] Problem while using Launch Script in bash lists (command1 &&

command2)
This commit is contained in:
Olivier DOSSMANN 2016-01-25 11:46:38 +01:00
parent 3d79c51f58
commit 412ac87007

View File

@ -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