don't start app if bootstrap failed
This commit is contained in:
parent
2097a4e6e8
commit
02fd0d940c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue