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
7057
Commits
5
Ramas
Árbol:
f3d6fc59f2
bashrc/stretch
jessie
master
stockholm
stretch
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde 'f3d6fc59f2'
${ noResults }
freedombone
/
tests
/
check-aide-cron.sh
check-aide-cron.sh
97B
Histórico
Original
1
2
3
4
5
#1/bin/bash
if [ $(grep aide /etc/crontab /etc/cron.*/* | wc -l) -ne 0 ];then
exit 1
fi