Este sitio web funciona mejor con JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
free
/
freedombone
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
9699
Commits
5
Ramas
Árbol:
c591a4cfb4
bashrc/stretch
jessie
master
stockholm
stretch
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'c591a4cfb4'
${ noResults }
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