From: Jeff Atwood Date: Sat, 4 Jul 2015 23:18:24 +0000 (-0700) Subject: add better failed to bootstrap message X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0ac85431647c214ed665ef8fe88f8cf5ba263f46;p=discourse_docker.git add better failed to bootstrap message --- diff --git a/launcher b/launcher index 02ed96b..6ba8f7b 100755 --- 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