summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update
diff options
context:
space:
mode:
authorYour Name <you@example.com>2013-03-15 06:02:25 -0400
committerYour Name <you@example.com>2013-03-15 06:02:25 -0400
commite1047af73a37bcb0a2395ab00e06997eb6a7b61a (patch)
tree7941af9029ea8eb0435f5cd4a97dff51cb062b0e /minikrebs/profiles/nfc-login/customfiles/usr/bin/tinc-update
parentd3e60d8fac6315692f64d52f1eec55511341e7cf (diff)
parent001bfd5f2b6890cafd209de4ea360927d4dd8a55 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Conflicts: minikrebs
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