We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c19c35 commit 0c67264Copy full SHA for 0c67264
cron.daily
@@ -60,7 +60,7 @@ if [ "$autoupdate_signatures" == "1" ]; then
60
fi
61
62
# if we're running inotify monitoring, send daily hit summary
63
-if [ "$(ps -A --user root -o "cmd" | grep maldetect | grep inotifywait)" ]; then
+if [ "$(ps -A --user root -o "cmd" | egrep maldetect | egrep inotifywait)" ]; then
64
$inspath/maldet --monitor-report >> /dev/null 2>&1
65
else
66
if [ -d "/home/virtual" ] && [ -d "/usr/lib/opcenter" ]; then
0 commit comments