-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overrides not being added correctly #41
Comments
I did more testing. It also appears that even if I have an override in a script not located in login-once it won't run if the script has already been ran. For example, if the io.macadmins.Outset.plist file is:
The script located in login-privileged-once will not run again even though it's in the override_login_once section. |
This was merged back in April but the issue was never closed. Will close now but if it's still an issue, please re-open. |
When adding an override the path is not getting recorded correctly into the preference file. I am following the instruction from https://github.com/macadmins/outset/wiki/ScriptOverrides. I am attempting to add two overrides. If the script is located in the "login-once" folder it gets added correctly. If the script is located in the "login-privileged-once" it does not get added correctly. The commands used are as follows:
When I look at the /Library/Preferences/io.macadmins.Outset.plist file the results are as follows:
The text was updated successfully, but these errors were encountered: