From dbc6f9bc4cff8ea958e7bad923533a7f6db5a3bc Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 14 Jul 2019 13:40:55 +0200 Subject: [PATCH] [SCHD-7702] removed hardening points --- include/tests_scheduling | 1 - 1 file changed, 1 deletion(-) diff --git a/include/tests_scheduling b/include/tests_scheduling index f0f54b5b..91a89c63 100644 --- a/include/tests_scheduling +++ b/include/tests_scheduling @@ -38,7 +38,6 @@ FIND=$(${PSBINARY} aux | ${EGREPBINARY} "( cron$|/cron(d)? )") if IsEmpty "${FIND}"; then LogText "Result: no cron daemon found" - AddHP 3 3 else LogText "Result: cron daemon running" CROND_RUNNING=1