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
Currently there is functionality to run commands AFTER SwitchHosts makes changes to the hosts file, however, what's missing is the ability to run commands BEFORE SwitchHosts makes changes to the hosts file.
I keep the hosts file locked to prevent unauthorized changes to the hosts file. I set the noschg and nouchg flags on the hosts file and these need to be cleared before the hosts file can be changed. Currently the app results in a "Fail!" message because the hosts file is locked.
So I'd like to run a couple of terminal commands to unlock the hosts file before SwitchHosts attempts to make it's changes. I would then also run commands after the SwitchHosts makes changes.
The text was updated successfully, but these errors were encountered:
Currently there is functionality to run commands AFTER SwitchHosts makes changes to the hosts file, however, what's missing is the ability to run commands BEFORE SwitchHosts makes changes to the hosts file.
I keep the hosts file locked to prevent unauthorized changes to the hosts file. I set the
noschg
andnouchg
flags on the hosts file and these need to be cleared before the hosts file can be changed. Currently the app results in a "Fail!" message because the hosts file is locked.So I'd like to run a couple of terminal commands to unlock the hosts file before SwitchHosts attempts to make it's changes. I would then also run commands after the SwitchHosts makes changes.
The text was updated successfully, but these errors were encountered: