diff --git a/installer.sh b/installer.sh index 93357c1..94ba695 100644 --- a/installer.sh +++ b/installer.sh @@ -234,7 +234,7 @@ while true; do break;; [Nn]* ) domainwww=0 break;; - * ) echo "Choose yes of no.";; + * ) echo "Choose yes or no.";; esac done read -p "Set sitename to ${domain//./_}? (y/n)" choice @@ -271,7 +271,7 @@ while true; do break;; [Nn]* ) sslenable=0 break;; - * ) echo "Choose yes of no.";; + * ) echo "Choose yes or no.";; esac done LegacyPasswordQuest