summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-03-07 11:40:38 +0100
committermakefu <github@syntax-fehler.de>2013-03-07 11:40:38 +0100
commit7fa8fb85b072f612adb322f8a02617e1bd737020 (patch)
tree683df8268baae71451633518aa7ff7ea258a4aa8 /minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update
parentdbe2d838ba6834788265029162b2dd7d82473335 (diff)
parentef4eb3189363f5cd9a33b43693322a68d3142979 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update')
-rwxr-xr-xminikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update4
1 files changed, 0 insertions, 4 deletions
diff --git a/minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update b/minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update
deleted file mode 100755
index 4ff46b8f..00000000
--- a/minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/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