From ca41eddfdc979955105cce572e659941544d6f6d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 9 Oct 2014 20:44:15 +0100 Subject: alles neu macht der mai --- net-profile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 net-profile (limited to 'net-profile') diff --git a/net-profile b/net-profile deleted file mode 100755 index 8acea40..0000000 --- a/net-profile +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -setup_wifi() -{ - 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