check-aide-cron.sh 97B

12345
  1. #1/bin/bash
  2. if [ $(grep aide /etc/crontab /etc/cron.*/* | wc -l) -ne 0 ];then
  3. exit 1
  4. fi