Kinder, gentler message for those who don't need SMTP authentication
authorJeff Atwood <jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:04:18 +0000 (16:04 -0700)
committerJeff Atwood <jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:04:18 +0000 (16:04 -0700)
discourse-setup

index 9547415a391d9627261ad940f5a137a8332b9843..935167a8b698ae9135378caf96b06bc9e3c7f419 100755 (executable)
@@ -371,6 +371,8 @@ validate_config() {
   
   if [ "$valid_config" != "y" ]; then
     echo -e "\nSorry, these $config_file settings aren't valid -- can't continue!"
+    echo "If you have unusual requirements, edit $config_file and then: "
+    echo "./launcher bootstrap $app_name"
     exit 1
   fi
 }