From: Jeff Atwood Date: Thu, 28 Apr 2016 23:02:27 +0000 (-0700) Subject: don't start app if bootstrap failed X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=02fd0d940ca03dd30f9c78f84bc788cc8406c14e;p=discourse_docker.git don't start app if bootstrap failed --- diff --git a/discourse-setup b/discourse-setup index e881dd8..9547415 100755 --- a/discourse-setup +++ b/discourse-setup @@ -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