add better failed to bootstrap message
authorJeff Atwood <jatwood@codinghorror.com>
Sat, 4 Jul 2015 23:18:24 +0000 (16:18 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Sat, 4 Jul 2015 23:18:24 +0000 (16:18 -0700)
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