This resets the network adapters that are up upon resuming from sleep, just before restarting the network manager. For me, this makes them work after resumption. Not too sure why.
I struggled to get this to work with /bin/sh, and wound up spinning up awk to parse the output of 'ip link list' to find the adapters that are up. I'm not sure this is acceptable, but I figured it was better than switching to /bin/bash.
This resets the network adapters that are up upon resuming from sleep, just before restarting the network manager. For me, this makes them work after resumption. Not too sure why.
I struggled to get this to work with /bin/sh, and wound up spinning up awk to parse the output of 'ip link list' to find the adapters that are up. I'm not sure this is acceptable, but I figured it was better than switching to /bin/bash.
Resolves #226