Strona działa najlepiej z JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
free
/
freedombone
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
9710
Commity
5
Gałęzie
Drzewo:
e4ea555db0
bashrc/stretch
jessie
master
stockholm
stretch
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'e4ea555db0'
${ noResults }
freedombone
/
tests
/
check-logrotate.sh
check-logrotate.sh
95B
Historia
Czysty
1
2
3
4
5
#!/bin/bash
if [ $(find /etc/cron.d*/ -name logrotate | wc -l) -eq 0 ];then
exit 1
fi