summaryrefslogtreecommitdiff
path: root/ImmaeEu-up
diff options
context:
space:
mode:
Diffstat (limited to 'ImmaeEu-up')
-rwxr-xr-xImmaeEu-up1
1 files changed, 1 insertions, 0 deletions
diff --git a/ImmaeEu-up b/ImmaeEu-up
index 00eb60f..3a2e073 100755
--- a/ImmaeEu-up
+++ b/ImmaeEu-up
@@ -21,3 +21,4 @@ for MYIP in $MYIPS; do
21 ip -6 addr add $MYIP/96 dev $INTERFACE 21 ip -6 addr add $MYIP/96 dev $INTERFACE
22done 22done
23ip -6 route add default via $GWIP 23ip -6 route add default via $GWIP
24(cd /etc/tinc/$NETNAME/hosts && git pull -q origin master) || true