aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnetwork2
1 files changed, 1 insertions, 1 deletions
diff --git a/network b/network
index 5e33cc9..a25d7d8 100755
--- a/network
+++ b/network
@@ -35,7 +35,7 @@ ifup()
[ "`/sbin/ifconfig ${1} 2>/dev/null | grep UP`" ] && return 0
eval iwcfg="\$wlan_${1}"
if [ "$iwcfg" != "" ]; then
- /usr/sbin/iwconfig $iwcfg
+ sh -c "/usr/sbin/iwconfig $iwcfg"
/bin/sleep 2
fi
eval ifcfg="\$${1}"