mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-14 11:32:49 +00:00
fix read on sh shell
This commit is contained in:
parent
f570ee0a1c
commit
a8a3b2aa25
@ -50,7 +50,7 @@ dns_acmedns_add() {
|
|||||||
_info "# Create $fulldomain CNAME $ACMEDNS_FULLDOMAIN DNS entry #"
|
_info "# Create $fulldomain CNAME $ACMEDNS_FULLDOMAIN DNS entry #"
|
||||||
_info "##########################################################"
|
_info "##########################################################"
|
||||||
_info "Press any key to continue... "
|
_info "Press any key to continue... "
|
||||||
read -r
|
read -r DUMMYVAR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_saveaccountconf_mutable ACMEDNS_BASE_URL "$ACMEDNS_BASE_URL"
|
_saveaccountconf_mutable ACMEDNS_BASE_URL "$ACMEDNS_BASE_URL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user