Browse Source

fix read on sh shell

pull/1690/head
Sven Neubauer 7 years ago
parent
commit
a8a3b2aa25
  1. 2
      dnsapi/dns_acmedns.sh

2
dnsapi/dns_acmedns.sh

@ -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"

Loading…
Cancel
Save