Created
April 21, 2019 13:12
-
-
Save robobluebird/9e4980f38f439b4f5ec268427c783747 to your computer and use it in GitHub Desktop.
DHCP thingy to try if wpa_cli reconfigure FAILS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wpa_cli -i wlan0 reconfigure || ( systemctl restart dhcpcd; wpa_cli -i wlan0 reconfigure; ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment