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

command2)
master
Olivier DOSSMANN 2016-01-25 11:46:38 +01:00
parent 3d79c51f58
commit 412ac87007
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ error_and_continue() {
error_and_quit() { error_and_quit() {
error_and_continue "$1" error_and_continue "$1"
exit 0 exit 1
} }
info() { info() {
@ -334,4 +334,4 @@ else
show_help show_help
fi fi
exit 1 exit 0