diff options
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/scripts/04_rootkit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/scripts/04_rootkit.sh b/cron-sh/scripts/04_rootkit.sh index 1d0c041..3c98f6c 100755 --- a/cron-sh/scripts/04_rootkit.sh +++ b/cron-sh/scripts/04_rootkit.sh @@ -31,6 +31,7 @@ if check_is_enabled "${CHECK_CHKROOTKIT}" ; then else chkrootkit_result="failed" fi + Filter ${CHKROOTKIT_TODAY} CHECK_CHKROOTKIT if [[ -s ${CHKROOTKIT_TODAY} ]]; then printf "\nChkrootkit report:\n" >> ${SECURITY} cat ${CHKROOTKIT_TODAY} >> ${SECURITY} |