check-tripwire-cron.sh 73B

12345
  1. #1/bin/bash
  2. if [ ! -f /etc/cron.daily/tripwire ];then
  3. exit 1
  4. fi