summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xImmaeEu-down2
1 files changed, 1 insertions, 1 deletions
diff --git a/ImmaeEu-down b/ImmaeEu-down
index 8e562a4..d5e9ccf 100755
--- a/ImmaeEu-down
+++ b/ImmaeEu-down
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# This file closes down the tap device. 2# This file closes down the tap device.
3 3
4source /tmp/tinc_$NETNAME 4. /tmp/tinc_$NETNAME
5rm -f /tmp/tinc_$NETNAME 5rm -f /tmp/tinc_$NETNAME
6ip -6 route del default via $GWIP 6ip -6 route del default via $GWIP
7for MYIP in $MYIPS; do 7for MYIP in $MYIPS; do