Bu web sayfasi javascript ile daha iyi çalışır
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
free
/
freedombone
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
9710
İşlemeler
5
Dallar
Dal:
master
bashrc/stretch
jessie
master
stockholm
stretch
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'master'den
${ noResults }
freedombone
/
tests
/
check-logrotate.sh
check-logrotate.sh
95B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
#!/bin/bash
if [ $(find /etc/cron.d*/ -name logrotate | wc -l) -eq 0 ];then
exit 1
fi