projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2097a4e
)
don't start app if bootstrap failed
author
Jeff Atwood
<jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:02:27 +0000
(16:02 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:02:27 +0000
(16:02 -0700)
discourse-setup
patch
|
blob
|
blame
|
history
diff --git
a/discourse-setup
b/discourse-setup
index e881dd810e6ffff23215372faca4fd1e95525c6e..9547415a391d9627261ad940f5a137a8332b9843 100755
(executable)
--- 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