aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rwxr-xr-xnetwork4
1 files changed, 3 insertions, 1 deletions
diff --git a/network b/network
index d9f5605..23629bf 100755
--- a/network
+++ b/network
@@ -172,7 +172,7 @@ case "$1" in
else
for prof in ${NET_PROFILES[@]}; do
if [ "$prof" = "${prof#!}" ]; then
- /usr/bin/netcfg $prof
+ /usr/bin/netcfg -c $prof
fi
done
fi
@@ -245,3 +245,5 @@ case "$1" in
echo "usage: $0 {start|stop|restart}"
echo " $0 {ifup|ifdown|iflist|rtup|rtdown|rtlist}"
esac
+
+# vim: set ts=2 noet: