This website works better with JavaScript
Home
Explore
Help
Register
Sign In
free
/
freedombone
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
5583
Commits
5
Branches
Tree:
8a844d3024
bashrc/stretch
jessie
master
stockholm
stretch
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8a844d3024'
${ noResults }
freedombone
/
tests
/
check-aide-cron.sh
check-aide-cron.sh
97B
History
Raw
1
2
3
4
5
#1/bin/bash
if [ $(grep aide /etc/crontab /etc/cron.*/* | wc -l) -ne 0 ];then
exit 1
fi