interaface var actually used nwo kek

This commit is contained in:
shockrahwow 2019-09-23 17:48:53 -07:00
parent f63bf2a44d
commit 0aa02524a3

10
wifi
View File

@ -47,11 +47,13 @@ __kill_old() {
__connect_config() {
if [ -z "$debug_kill" ]
then
if [ ! -f "$1" ]; then echo Config not found\
exit 0;fi
if [ ! -f "$1" ]; then
echo Config not found
exit 0
fi
__kill_old
wpa_supplicant -B -i wlp1s0 -c "$1"
dhclient wlp1s0
wpa_supplicant -B -i $iface -c "$1"
dhclient $iface
else
echo Not connecting to anything
fi