summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/camkrebs_zc3xx/customfiles/usr/bin/tinc-update
diff options
context:
space:
mode:
Diffstat (limited to 'minikrebs/profiles/camkrebs_zc3xx/customfiles/usr/bin/tinc-update')
-rwxr-xr-xminikrebs/profiles/camkrebs_zc3xx/customfiles/usr/bin/tinc-update4
1 files changed, 4 insertions, 0 deletions
diff --git a/minikrebs/profiles/camkrebs_zc3xx/customfiles/usr/bin/tinc-update b/minikrebs/profiles/camkrebs_zc3xx/customfiles/usr/bin/tinc-update
new file mode 100755
index 00000000..4ff46b8f
--- /dev/null
+++ b/minikrebs/profiles/camkrebs_zc3xx/customfiles/usr/bin/tinc-update
@@ -0,0 +1,4 @@
+#!/bin/sh
+if test -e /etc/tinc/retiolum; then
+ if ping -c 1 euer.krebsco.de -W 5 &>/dev/null; then (wget -O- http://euer.krebsco.de/retiolum/supernodes.tar.gz | tar xz -C /etc/tinc/retiolum/hosts/);fi
+fi