From: Jeff Atwood Date: Thu, 28 Apr 2016 23:04:18 +0000 (-0700) Subject: Kinder, gentler message for those who don't need SMTP authentication X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d8613c71f48f9f1acd552172eaf3e12d3e47d78e;p=discourse_docker.git Kinder, gentler message for those who don't need SMTP authentication --- 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 }