From fff83cf99c77dc249a1d672975b51d46c510ee9b Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 11 Jul 2018 15:12:03 +0200 Subject: [PATCH] Small fix --- sources/lib/platform/linux/check_linux_process_limits.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/lib/platform/linux/check_linux_process_limits.sh b/sources/lib/platform/linux/check_linux_process_limits.sh index 739012b..3b562ae 100644 --- a/sources/lib/platform/linux/check_linux_process_limits.sh +++ b/sources/lib/platform/linux/check_linux_process_limits.sh @@ -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