From fb45851e4da58a26c442b5dd99ed35c7dcf42ac9 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Sat, 25 Aug 2018 14:48:54 -0400 Subject: [PATCH] Typo in httpsask --- Linux_Installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux_Installer.sh b/Linux_Installer.sh index 5ae5c60..dc08ba1 100755 --- a/Linux_Installer.sh +++ b/Linux_Installer.sh @@ -229,7 +229,7 @@ elif [ "$choice" == "2" ]; then echo "Which of the above do you wish to do? Type the choice number and press enter." read httpsask - if [ "$httpask" == "1" ]; then + if [ "$httpsask" == "1" ]; then clear echo "Please enter your email address for Lets Encrypt HTTPS registration." read -s email @@ -244,7 +244,7 @@ elif [ "$choice" == "2" ]; then sudo certbot certonly --standalone --preferred-challenges http --agree-tos -n --config-dir ./etc/letsencrypt -d $publicdomain -d $privatedomain --expand -m $email | tee -a installer.log &>/dev/null - elif [ "$httpask" == "2" ]; then + elif [ "$httpsask" == "2" ]; then continue fi