freedombone/tests/check-tripwire-cron.sh
Bob Mottram 054c452d71 Not using aide
Check for tripwire cron entry instead
2017-07-15 10:30:02 +01:00

6 lines
73 B
Bash

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