Browse Source

add quotes

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

2
dnsapi/dns_pleskxml.sh

@ -66,7 +66,7 @@ _DBG_EARLY_CHECK_MODE() {
return 1
fi
if [ $_pleskxml_DBG_LEVEL -gt 0 ]; then
if [ "$_pleskxml_DBG_LEVEL" -gt 0 ]; then
_info "plesk XML running in debug mode. Debug level = '${_pleskxml_DBG_LEVEL}' "
# This won't display if DBG level was set to zero.
fi

Loading…
Cancel
Save