* Added current & expected values in check_linux_process_limits

* fixed bug in log_hc()
This commit is contained in:
Patrick Van der Veken
2018-07-05 17:43:57 +02:00
parent eb4ac9d1df
commit 3369aa3bef
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1600,9 +1600,9 @@ then
data_contains_string "${4}" "${MSG_SEP}"
if (( $? > 0 ))
then
HC_CUR_VAL=$(data_magic_quote "${4}")
HC_MSG_CUR_VAL=$(data_magic_quote "${4}")
else
HC_CUR_VAL="${4}"
HC_MSG_CUR_VAL="${4}"
fi
fi
if [[ -n "${5}" ]]