mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-04 21:41:46 +00:00
travis
This commit is contained in:
parent
9299a83b17
commit
6df31eb7f5
@ -77,7 +77,6 @@ dns_pleskxml_add() {
|
|||||||
|
|
||||||
_debug 'Credentials OK, and domain identified. Calling Plesk XML API to add TXT record'
|
_debug 'Credentials OK, and domain identified. Calling Plesk XML API to add TXT record'
|
||||||
|
|
||||||
|
|
||||||
# printf using template in a variable - not a style issue
|
# printf using template in a variable - not a style issue
|
||||||
# shellcheck disable=SC2059
|
# shellcheck disable=SC2059
|
||||||
request="$(printf "$pleskxml_tplt_add_txt_record" "$root_domain_id" "$sub_domain_name" "$txtvalue")"
|
request="$(printf "$pleskxml_tplt_add_txt_record" "$root_domain_id" "$sub_domain_name" "$txtvalue")"
|
||||||
|
Loading…
Reference in New Issue
Block a user