diff --git a/include/tests_file_integrity b/include/tests_file_integrity index 687853ff..4f3f6237 100644 --- a/include/tests_file_integrity +++ b/include/tests_file_integrity @@ -83,7 +83,8 @@ done if [ -z "${AIDECONFIG}" ]; then - Display --indent 6 --text "- AIDE config file" --result "${STATUS_NOT_FOUND}" --color YELLOW + Display --indent 6 --text "- AIDE config file" --result "${STATUS_NOT_FOUND}" --color RED + ReportWarning "${TEST_NO}" "No AIDE configuration file was found, needed for AIDE functionality" else LogText "Checking configuration file ${AIDECONFIG} for errors" FIND=$(${AIDEBINARY} --config=${AIDECONFIG} -D)