summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-11-24 10:38:40 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-11-24 10:39:06 +0100
commitbd13fdc86a49693180d1684b6a0d0eff74b8bd22 (patch)
tree3c2dec545e9067b2720488c6212629c646ffc81f
parent192609bb90812e49b72e82abae29cd1ffd2ff505 (diff)
downloadhosts-bd13fdc86a49693180d1684b6a0d0eff74b8bd22.tar.gz
hosts-bd13fdc86a49693180d1684b6a0d0eff74b8bd22.tar.zst
hosts-bd13fdc86a49693180d1684b6a0d0eff74b8bd22.zip
Add auto git pull
-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