summaryrefslogtreecommitdiffstats
path: root/minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-22 03:08:01 +0100
committereuer <root@euer.krebsco.de>2012-12-22 03:08:01 +0100
commit056ec241c0fbeedb6fbda9897a9c0042ce0eb739 (patch)
tree0230f2d7d6b7ffdcb4291c84eaffa46b50083fd2 /minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update
parent5176621efd96a793a5d67fcfc4136cc5301405d2 (diff)
parent164ff3e48946747fef3b61c4f7dbc143693192c1 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update')
-rwxr-xr-xminikrebs/ImageBuilder/customfiles/usr/bin/tinc-update4
1 files changed, 4 insertions, 0 deletions
diff --git a/minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update b/minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update
new file mode 100755
index 00000000..2c6ec432
--- /dev/null
+++ b/minikrebs/ImageBuilder/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 (curl http://euer.krebsco.de/retiolum/supernodes.tar.gz | tar xz -C /etc/tinc/retiolum/hosts/);fi
+fi