Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
free
/
freedombone
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
9298
Commits
5
Branches
Tag:
a30f751b06
freedombone
/
tests
/
check-logrotate.sh
check-logrotate.sh
95B
Histórico
Original
1
2
3
4
5
#!/bin/bash
if
[ $(find /etc/cron.d*/ -name logrotate | wc
-l
)
-eq
0 ];
then
exit
1
fi