blob: 356b5c968107d17970a4051b6def8612760d63fd (
plain)
1
2
3
|
cron-eintrag fuer automatisches hosts-update
if ping -c 1 euer.krebsco.de -W 5 &>/dev/null; then (curl http://euer.krebsco.de/retiolum/hosts.tar.gz | tar xzk -C /etc/tinc/retiolum/hosts/);fi
|