You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2020. It is now read-only.
According to the comments, if the first check_domains fails, it is supposed to reload the network configuration and try again. On my system, reload_network_configuration exits immediately due to a guard clause [ "$MAC_OS_MINOR_VERSION" -lt 10 ] || return. Is that expected?
I don't know much about this area. My hypothesis is that each OS X version has a different way of reloading the network configuration. Should this code be updated to use a different method for each OS X version?
According to the comments, if the first check_domains fails, it is supposed to reload the network configuration and try again. On my system,
reload_network_configuration
exits immediately due to a guard clause[ "$MAC_OS_MINOR_VERSION" -lt 10 ] || return
. Is that expected?I don't know much about this area. My hypothesis is that each OS X version has a different way of reloading the network configuration. Should this code be updated to use a different method for each OS X version?
OSX 10.11.3
pow.cx 0.5.0
The text was updated successfully, but these errors were encountered: