From d8613c71f48f9f1acd552172eaf3e12d3e47d78e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 28 Apr 2016 16:04:18 -0700 Subject: [PATCH] Kinder, gentler message for those who don't need SMTP authentication --- discourse-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discourse-setup b/discourse-setup index 9547415..935167a 100755 --- a/discourse-setup +++ b/discourse-setup @@ -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 } -- 2.25.1