fuck you, connect to the internet

This commit is contained in:
brent s. 2015-03-25 04:41:47 -04:00
parent 4c562f7be6
commit 591ef6b826
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ do
sed -i -re "s/^([[:space:]]*ESSID[[:space:]]*=).*/\1${ESSID}/g" /etc/netctl/${i}
ifconfig ${i} down
fi
netctl start ${i} > /dev/null 2>&1
netctl restart ${i} > /dev/null 2>&1
done
}