freedombone/tests/check-tripwire-cron.sh

6 lines
73 B
Bash

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