Browse Source

more formatting

pull/1786/head
stilez 7 years ago
committed by GitHub
parent
commit
da565948ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dnsapi/dns_pleskxml.sh

1
dnsapi/dns_pleskxml.sh

@ -94,6 +94,7 @@ _pleskxml_DBG() {
_pleskxml_DBG_GET_VAR() {
case "$1" in _pleskxml_*)
__pleskxml_vars="${__pleskxml_vars}$(printf '%s' "$1" | sed 's/^_pleskxml_DBG_GET_VAR //' | sed -E '1 s~^([^=]+)=~ \1 --> "~')\"${_pleskxml_newline}"
;;
esac
# Old code in case:
# if printf '%s' "$1" | grep -qE '^_pleskxml_'; then

Loading…
Cancel
Save