From 4b733d87773387eb647259ce75a7cf23c79f73f3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 4 Jul 2015 16:20:02 -0700 Subject: [PATCH] add note about multiple error messages --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 6ba8f7b..ab77642 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 ** 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 -- 2.25.1