fix read on sh shell

This commit is contained in:
Sven Neubauer 2019-04-03 21:35:56 +02:00
parent f570ee0a1c
commit a8a3b2aa25

View File

@ -50,7 +50,7 @@ dns_acmedns_add() {
_info "# Create $fulldomain CNAME $ACMEDNS_FULLDOMAIN DNS entry #"
_info "##########################################################"
_info "Press any key to continue... "
read -r
read -r DUMMYVAR
fi
_saveaccountconf_mutable ACMEDNS_BASE_URL "$ACMEDNS_BASE_URL"