rfxn/linux-malware-detect

Add Bitrix support in cron

webdev4u opened this issue · 0 comments

Can you add Bitrix support in cron.daily. Something like this:

elif [ -d "/opt/webdir" ] && [ -d "/etc/nginx/bx" ]; then
# Bitrix
$inspath/maldet -b -r /home/bitrix/www/,/home/bitrix/ext_www/?/ $scan_days >> /dev/null 2>&1

Thank You.