From: Jeff Atwood Date: Sun, 26 Mar 2017 23:22:23 +0000 (-0700) Subject: remove excess echos for default let's encrypt off X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1fad33d6e8dba4cd6a8cfaf4677e96af4f729b65;p=discourse_docker.git remove excess echos for default let's encrypt off --- diff --git a/discourse-setup b/discourse-setup index 54bc88d..d6e25b6 100755 --- a/discourse-setup +++ b/discourse-setup @@ -473,13 +473,11 @@ ask_user_for_config() { if [ "$letsencrypt_status" = "ENTER to skip" ] then - echo "Let's Encrypt will not be configured" local src='^ #\?- "templates\/web.ssl.template.yml"' local dst=' #\- "templates\/web.ssl.template.yml"' sed -i -e "s/$src/$dst/w $changelog" $config_file if [ -s $changelog ] then - echo "web.ssl.template.yml disabled" else update_ok="n" echo "web.ssl.template.yml NOT DISABLED--Are you using a non-standard template?" @@ -490,7 +488,6 @@ ask_user_for_config() { sed -i -e "s/$src/$dst/w $changelog" $config_file if [ -s $changelog ] then - echo "letsencrypt.ssl.template.yml disabled" else update_ok="n" echo "web.ssl.template.yml NOT DISABLED--Are you using a non-standard template?"