]> git.immae.eu Git - perso/Immae/Config/tinc/hosts.git/commitdiff
Add failsafe master
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 9 Oct 2023 15:25:24 +0000 (17:25 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 9 Oct 2023 15:25:24 +0000 (17:25 +0200)
ImmaeEu-down

index daee563a19f598d2d3601abeb8bb90d5c4ede516..d983a3b2d17649413305ab2a40ab0a0e57245168 100755 (executable)
@@ -3,7 +3,7 @@
 
 [ -e /tmp/tinc_$NETNAME ] && . /tmp/tinc_$NETNAME
 [ -e /run/tinc_$NETNAME.vars ] && . /run/tinc_$NETNAME.vars
-rm -f /tmp/tinc_$NETNAME /run/tinc_$NETNAME.vars
+rm -f /tmp/tinc_$NETNAME /run/tinc_$NETNAME.vars || true
 [ -n "$GWIP" ] && ip -6 route del default via $GWIP table 655
 for MYIP in $MYIPS; do
   ip -6 addr del $MYIP/96 dev $INTERFACE