mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 21:24:12 +00:00
Merge ac212997dd9684a33e0311ac8717133efd9d7735 into 3d8b682380773f01df0e5abc2ef582c30c663010
This commit is contained in:
commit
f029eeb0d5
@ -50,6 +50,9 @@ dns_pdns_add() {
|
||||
PDNS_Ttl="$DEFAULT_PDNS_TTL"
|
||||
fi
|
||||
|
||||
# Ensure PDNS_Url has no trailing slash ('/')
|
||||
PDNS_Url="${PDNS_Url%/}"
|
||||
|
||||
#save the api addr and key to the account conf file.
|
||||
_saveaccountconf_mutable PDNS_Url "$PDNS_Url"
|
||||
_saveaccountconf_mutable PDNS_ServerId "$PDNS_ServerId"
|
||||
|
Loading…
x
Reference in New Issue
Block a user