From 005a97d0b0bd9712d95b1b0c4526c18f873e688b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 30 Mar 2018 10:07:16 -0400 Subject: [PATCH] fix echos --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 79900b2628..f2ae3d10c4 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -42,13 +42,13 @@ fi if [ "$DOMAIN" != "localhost" ] then - echo -e -n "${CYAN}(!)${NC} Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): " LETS_ENCRYPT + echo -e -n "${CYAN}(!)${NC} Do you want to use Let's Encrypt to generate a free SSL certificate? (y/n): " read LETS_ENCRYPT echo "" if [ "$LETS_ENCRYPT" == "y" ] then - echo -e -n "${CYAN}(!)${NC} Enter your email address (Let's Encrypt will send you certificate expiration reminders): " EMAIL + echo -e -n "${CYAN}(!)${NC} Enter your email address (Let's Encrypt will send you certificate expiration reminders): " read EMAIL echo ""