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:
f88b72f
)
add better failed to bootstrap message
author
Jeff Atwood
<jatwood@codinghorror.com>
Sat, 4 Jul 2015 23:18:24 +0000
(16:18 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Sat, 4 Jul 2015 23:18:24 +0000
(16:18 -0700)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 02ed96bf58dc4f74c999775fb62b59ca1405f090..6ba8f7b24f6e85c647e1cde20a1049703d7c7aa1 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-481,7
+481,7
@@
run_bootstrap(){
/bin/bash -c "$run_command") \
|| ($docker_path rm `cat $cidbootstrap` && rm $cidbootstrap)
- [ ! -e $cidbootstrap ] && echo "
FAILED TO BOOTSTRAP
" && exit 1
+ [ ! -e $cidbootstrap ] && echo "
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages
" && exit 1
sleep 5