From f73c2d031596e710d4ab5474e89cc4e22bc4efaa Mon Sep 17 00:00:00 2001 From: Jay Pfaffman Date: Wed, 1 Aug 2018 10:56:20 +0200 Subject: [PATCH] FEATURE: launcher suggests discourse-doctor on fail --- launcher | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/launcher b/launcher index 4789333..93b422b 100755 --- a/launcher +++ b/launcher @@ -516,6 +516,7 @@ run_stop() { ) else echo "$config was not started !" + echo "./discourse-doctor may help diagnose the problem." exit 1 fi } @@ -709,7 +710,8 @@ run_bootstrap() { $docker_path rm `cat $cidbootstrap` rm $cidbootstrap - echo "** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one" + echo "** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one." + echo "./discourse-doctor may help diagnose the problem." exit 1 fi -- 2.25.1