This commit is contained in:
stilez 2019-10-27 01:13:15 +00:00 committed by GitHub
parent 9299a83b17
commit 6df31eb7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ dns_pleskxml_add() {
_debug 'Credentials OK, and domain identified. Calling Plesk XML API to add TXT record'
# printf using template in a variable - not a style issue
# shellcheck disable=SC2059
request="$(printf "$pleskxml_tplt_add_txt_record" "$root_domain_id" "$sub_domain_name" "$txtvalue")"