aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnetcfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcfg b/netcfg
index d9166f9..2136365 100755
--- a/netcfg
+++ b/netcfg
@@ -58,7 +58,7 @@ stop_all()
[ -d $STATE_DIR ] || return
for prof in `ls $STATE_DIR`; do
unset INTERFACE
- . $prof
+ . $STATE_DIR/$prof
stop_profile $INTERFACE
done
}