[SCHD-7702] removed hardening points

This commit is contained in:
Michael Boelen 2019-07-14 13:40:55 +02:00
parent c179a0e563
commit dbc6f9bc4c
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 0 additions and 1 deletions

View File

@ -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