Add Bitrix support in cron
webdev4u opened this issue · 0 comments
webdev4u commented
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.