don't start app if bootstrap failed
authorJeff Atwood <jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:02:27 +0000 (16:02 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:02:27 +0000 (16:02 -0700)
discourse-setup

index e881dd810e6ffff23215372faca4fd1e95525c6e..9547415a391d9627261ad940f5a137a8332b9843 100755 (executable)
@@ -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