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:
1475ee4
)
add quotes around SMTP_PASSWORD
author
Jeff Atwood
<jatwood@codinghorror.com>
Sat, 4 Jun 2016 22:46:49 +0000
(15:46 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Sat, 4 Jun 2016 22:46:49 +0000
(15:46 -0700)
discourse-setup
patch
|
blob
|
blame
|
history
diff --git
a/discourse-setup
b/discourse-setup
index 3945a9b32cf78afcb4c9a6f003d77a9a3bebcff9..67d84d49f0331008682b9d0db7a2dff84c0b6cd9 100755
(executable)
--- a/
discourse-setup
+++ b/
discourse-setup
@@
-321,7
+321,7
@@
ask_user_for_config() {
update_ok="n"
fi
- sed -i -e "s/^ #DISCOURSE_SMTP_PASSWORD:.*/ DISCOURSE_SMTP_PASSWORD:
$smtp_password
/w $changelog" $config_file
+ sed -i -e "s/^ #DISCOURSE_SMTP_PASSWORD:.*/ DISCOURSE_SMTP_PASSWORD:
\"$smtp_password\"
/w $changelog" $config_file
if [ -s $changelog ]
then
rm $changelog