add note about multiple error messages
authorJeff Atwood <jatwood@codinghorror.com>
Sat, 4 Jul 2015 23:20:02 +0000 (16:20 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Sat, 4 Jul 2015 23:20:02 +0000 (16:20 -0700)
launcher

index 6ba8f7b24f6e85c647e1cde20a1049703d7c7aa1..ab77642f5a2ed5a79937fe82582cd0a960dafc79 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 ** please scroll up and look for earlier error messages" && exit 1
+  [ ! -e $cidbootstrap ] && echo "** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one" && exit 1
 
   sleep 5