projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02fd0d9
)
Kinder, gentler message for those who don't need SMTP authentication
author
Jeff Atwood
<jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:04:18 +0000
(16:04 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Thu, 28 Apr 2016 23:04:18 +0000
(16:04 -0700)
discourse-setup
patch
|
blob
|
blame
|
history
diff --git
a/discourse-setup
b/discourse-setup
index 9547415a391d9627261ad940f5a137a8332b9843..935167a8b698ae9135378caf96b06bc9e3c7f419 100755
(executable)
--- 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
}