Small fix

This commit is contained in:
Patrick Van der Veken 2018-07-11 15:12:03 +02:00
parent 9963802f32
commit fff83cf99c

View File

@ -93,6 +93,7 @@ _CFG_HEALTHY=$(_CONFIG_FILE="${_CONFIG_FILE}" data_get_lvalue_from_config 'log_h
case "${_CFG_HEALTHY}" in
yes|YES|Yes)
_LOG_HEALTHY=1
;;
*)
# do not override hc_arg
(( _LOG_HEALTHY > 0 )) || _LOG_HEALTHY=0