From 1fad33d6e8dba4cd6a8cfaf4677e96af4f729b65 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 26 Mar 2017 16:22:23 -0700 Subject: [PATCH] remove excess echos for default let's encrypt off --- discourse-setup | 3 --- 1 file changed, 3 deletions(-) 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?" -- 2.25.1