diff options
Diffstat (limited to 'retiolum')
-rw-r--r-- | retiolum/doc/cronjob | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/retiolum/doc/cronjob b/retiolum/doc/cronjob index 356b5c96..3f640311 100644 --- a/retiolum/doc/cronjob +++ b/retiolum/doc/cronjob @@ -1,3 +1,7 @@ cron-eintrag fuer automatisches hosts-update +ueberschreibt keine bearbeitete host-dateien 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 + +ueberschreibt bearbeitete hostdateien +if ping -c 1 euer.krebsco.de -W 5 &>/dev/null; then (curl http://euer.krebsco.de/retiolum/hosts.tar.gz | tar xz -C /etc/tinc/retiolum/hosts/);fi |