removed fluff echo's

This commit is contained in:
shockrahwow 2019-08-30 16:32:11 -07:00
parent 51e16193fb
commit 7153462b2a

4
wifi
View File

@ -37,9 +37,7 @@ printf "network={
__kill_old() {
if [ -z "$debug_kill" ]
then
echo killing old process
kill "`pgrep wpa_supplicant`"
echo releasing leases
dhclient -r
else
echo 'Not killing anything'
@ -51,9 +49,7 @@ __connect_config() {
then
__kill_old
echo Seriously this is going to take a minute
echo Setting up wpa_supplicant
wpa_supplicant -B -i wlp1s0 -c "$1"
echo Attempting dhclient
dhclient wlp1s0
else
echo Not connecting to anything