diff options
author | Patrick Simianer <p@simianer.de> | 2016-11-04 16:59:59 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-11-04 16:59:59 +0100 |
commit | 8158566a2d5e8ed26315d8508c558fefdc7b84ac (patch) | |
tree | 816dca6a78111d1e6ab95ea68b5a5f832618fd50 /net-profile | |
parent | 509a2676a3415ef81105380b06dff74169cb396a (diff) |
net-profile: fix
Diffstat (limited to 'net-profile')
-rwxr-xr-x | net-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-profile b/net-profile index 57c278a..7cb353d 100755 --- a/net-profile +++ b/net-profile @@ -4,7 +4,7 @@ DEV=`ls -1 /sys/class/net | grep wlan` setup_wifi() { - sudo wpa_supplicant -D wext -i $DEV -c ~/.net_profiles/$1.conf &>/tmp/wpa_supplicant.log & + sudo wpa_supplicant -i $DEV -c ~/.net_profiles/$1.conf &>/tmp/wpa_supplicant.log & sudo /etc/init.d/dhcpcd start sleep 30 sudo rc-config start ntp-client |