From 0ac85431647c214ed665ef8fe88f8cf5ba263f46 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 4 Jul 2015 16:18:24 -0700 Subject: [PATCH] add better failed to bootstrap message --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1