diff options
author | euer <root@euer.krebsco.de> | 2012-12-22 03:08:01 +0100 |
---|---|---|
committer | euer <root@euer.krebsco.de> | 2012-12-22 03:08:01 +0100 |
commit | 056ec241c0fbeedb6fbda9897a9c0042ce0eb739 (patch) | |
tree | 0230f2d7d6b7ffdcb4291c84eaffa46b50083fd2 /minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update | |
parent | 5176621efd96a793a5d67fcfc4136cc5301405d2 (diff) | |
parent | 164ff3e48946747fef3b61c4f7dbc143693192c1 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update')
-rwxr-xr-x | minikrebs/ImageBuilder/customfiles/usr/bin/tinc-update | 4 |
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 |