Stupid fix!

This commit is contained in:
Patrick Van der Veken 2018-05-18 11:30:59 +02:00
parent 9ff0b0a756
commit 8dbbe6532e

View File

@ -243,7 +243,7 @@ else
_MSG="unable to run command: {${_DRD_BIN}}"
log_hc "$0" 1 "${_MSG}"
# dump debug info
(( ARG_DEBUG != 0 && ARG_DEBUG_LEVEL = 2 ))
if (( ARG_DEBUG != 0 && ARG_DEBUG_LEVEL > 0 ))
then
log "$(<${HC_STDOUT_LOG})"
log "$(<${HC_STDERR_LOG})"