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
9701
Commits
5
Branches
Tree:
efb5b95a2e
bashrc/stretch
jessie
master
stockholm
stretch
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'efb5b95a2e'
${ noResults }
freedombone
/
tests
/
check-logrotate.sh
check-logrotate.sh
95B
History
Raw
1
2
3
4
5
#!/bin/bash
if [ $(find /etc/cron.d*/ -name logrotate | wc -l) -eq 0 ];then
exit 1
fi