mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-07 16:34:11 +00:00
Small fix
This commit is contained in:
parent
9eec745053
commit
cbf5889b0c
@ -25,8 +25,8 @@ dns_nsupdatey_add() {
|
||||
_saveaccountconf_mutable NSUPDATE_Y_KEY "${NSUPDATE_Y_KEY}"
|
||||
_saveaccountconf_mutable NSUPDATE_Y_ZONE "${NSUPDATE_Y_ZONE}"
|
||||
|
||||
[ -n "${NSUPDATE_Y_SERVER}" ] || NSUPDATE_SERVER="localhost"
|
||||
[ -n "${NSUPDATE_Y_SERVER_PORT}" ] || NSUPDATE_SERVER_PORT=53
|
||||
[ -n "${NSUPDATE_Y_SERVER}" ] || NSUPDATE_Y_SERVER="localhost"
|
||||
[ -n "${NSUPDATE_Y_SERVER_PORT}" ] || NSUPDATE_Y_SERVER_PORT=53
|
||||
|
||||
_info "adding ${fulldomain}. 60 in txt \"${txtvalue}\""
|
||||
[ -n "$DEBUG" ] && [ "$DEBUG" -ge "$DEBUG_LEVEL_1" ] && nsdebug="-d"
|
||||
|
Loading…
x
Reference in New Issue
Block a user