FEATURE: launcher suggests discourse-doctor on fail
authorJay Pfaffman <pfaffman@gmail.com>
Wed, 1 Aug 2018 08:56:20 +0000 (10:56 +0200)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 22 Aug 2019 23:08:08 +0000 (20:08 -0300)
launcher

index 47893334574f1ecf6241d2e466a411ceef251641..93b422ba349efab390deb95426a160775bb36a3a 100755 (executable)
--- 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