Update install.sh

This commit is contained in:
VirtuBox 2018-07-19 02:53:30 +02:00 committed by GitHub
parent d4e5cd2e6f
commit 642c3a7593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ echo "What mode of validation you want to use with Acme.sh ?"
echo "1) Cloudflare API validation (domain/subdomain/wildcard certs)"
echo "2) Standalone mode validation (domain/subdomain certs)"
while [[ $acmemode != "1" && $acmemode != "2" ]]; do
read -r "Select an option [1-2]: " acmemode
read -p "Select an option [1-2]: " acmemode
done
echo ""