diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-11-24 10:38:40 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-11-24 10:39:06 +0100 |
commit | bd13fdc86a49693180d1684b6a0d0eff74b8bd22 (patch) | |
tree | 3c2dec545e9067b2720488c6212629c646ffc81f /ImmaeEu-up | |
parent | 192609bb90812e49b72e82abae29cd1ffd2ff505 (diff) | |
download | hosts-bd13fdc86a49693180d1684b6a0d0eff74b8bd22.tar.gz hosts-bd13fdc86a49693180d1684b6a0d0eff74b8bd22.tar.zst hosts-bd13fdc86a49693180d1684b6a0d0eff74b8bd22.zip |
Add auto git pull
Diffstat (limited to 'ImmaeEu-up')
-rwxr-xr-x | ImmaeEu-up | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
22 | done | 22 | done |
23 | ip -6 route add default via $GWIP | 23 | ip -6 route add default via $GWIP |
24 | (cd /etc/tinc/$NETNAME/hosts && git pull -q origin master) || true | ||