don't start app if bootstrap failed

This commit is contained in:
Jeff Atwood 2016-04-28 16:02:27 -07:00
parent 2097a4e6e8
commit 02fd0d940c
1 changed files with 1 additions and 2 deletions

View File

@ -411,5 +411,4 @@ validate_config
##
## if we reach this point without exiting, OK to proceed
##
./launcher bootstrap $app_name
./launcher start $app_name
./launcher bootstrap $app_name && ./launcher start $app_name