aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/scripts/04_rootkit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cron-sh/scripts/04_rootkit.sh')
-rwxr-xr-xcron-sh/scripts/04_rootkit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cron-sh/scripts/04_rootkit.sh b/cron-sh/scripts/04_rootkit.sh
index 8060343..0bce910 100755
--- a/cron-sh/scripts/04_rootkit.sh
+++ b/cron-sh/scripts/04_rootkit.sh
@@ -31,6 +31,7 @@ if [[ ${CHECK_CHKROOTKIT} == yes ]]; 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}