6 lines
73 B
Bash
6 lines
73 B
Bash
|
#1/bin/bash
|
||
|
|
||
|
if [ ! -f /etc/cron.daily/tripwire ];then
|
||
|
exit 1
|
||
|
fi
|