Skip to content

Instantly share code, notes, and snippets.

@robobluebird
Created April 21, 2019 13:12
Show Gist options
  • Save robobluebird/9e4980f38f439b4f5ec268427c783747 to your computer and use it in GitHub Desktop.
Save robobluebird/9e4980f38f439b4f5ec268427c783747 to your computer and use it in GitHub Desktop.
DHCP thingy to try if wpa_cli reconfigure FAILS
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