forgot exit kek

This commit is contained in:
shockrahwow 2019-09-18 16:50:29 -07:00
parent 23363dbfe0
commit 8c07fc377c

3
wifi
View File

@ -47,7 +47,8 @@ __kill_old() {
__connect_config() {
if [ -z "$debug_kill" ]
then
if [ ! -f "$1" ]; then echo Config not found;fi
if [ ! -f "$1" ]; then echo Config not found\
exit 0;fi
__kill_old
wpa_supplicant -B -i wlp1s0 -c "$1"
dhclient wlp1s0