From 06e74e672e42d368932729a8f3788346203cc125 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Fri, 22 Aug 2014 20:14:40 +0100 Subject: net-profile --- net-profile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net-profile') diff --git a/net-profile b/net-profile index 3234f8c..874aaac 100755 --- a/net-profile +++ b/net-profile @@ -3,12 +3,17 @@ setup_wifi() { - sudo wpa_supplicant -D wext -i wlan0 -c ~/.net_profiles/$1.conf &>/dev/null & + sudo wpa_supplicant -D wext -i wlan0 -c ~/.net_profiles/$1.conf &>/tmp/wpa_supplicant.log & sudo /etc/init.d/dhcpcd start sleep 30 sudo rc-config start ntp-client } +if [ ! -f ~/.net_profiles/$1.conf ]; then + echo "no such profile" + exit +fi + setup_wifi $1 -- cgit v1.2.3