mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 09:42:45 +00:00
add quotes
This commit is contained in:
parent
26b9f69712
commit
f6c7a621ff
@ -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…
x
Reference in New Issue
Block a user