2024-12-24 - Ensure that $PDNS_Url has no trailing slash ('/').
parent
f981c782bb
commit
ac212997dd
|
@ -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…
Reference in New Issue