remove excess echos for default let's encrypt off
authorJeff Atwood <jatwood@codinghorror.com>
Sun, 26 Mar 2017 23:22:23 +0000 (16:22 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Mar 2017 23:22:23 +0000 (16:22 -0700)
discourse-setup

index 54bc88df94bf3a360e25377b1aeec094131c824b..d6e25b67f806be77f91184ff07259e9abecc1ef1 100755 (executable)
@@ -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?"