We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Calls to systemsetup in the macos setup script return error messages. Here's an example:-
[:~] $ sudo systemsetup -setrestartfreeze on 2022-07-18 12:50:15.251 systemsetup[16791:120362] ### Error:-99 File:/AppleInternal/Library/BuildRoots/b6051351-c030-11ec-96e9-3e7866fcf3a1/Library/Caches/com.apple.xbs/Sources/Admin/InternetServices.m Line:379 [:~] $ sudo systemsetup -setcomputersleep Off > /dev/null 2022-07-18 12:55:37.204 systemsetup[17214:126771] ### Error:-99 File:/AppleInternal/Library/BuildRoots/b6051351-c030-11ec-96e9-3e7866fcf3a1/Library/Caches/com.apple.xbs/Sources/Admin/InternetServices.m Line:379
Issue occurred on macOS Monterey 12.4, with an intel based chip. Commands run from a bash shell.
The text was updated successfully, but these errors were encountered:
2> /dev/null will suppress the messages. I haven't seen an issue with doing this and settings appear to apply.
2> /dev/null
Sorry, something went wrong.
No branches or pull requests
Calls to systemsetup in the macos setup script return error messages. Here's an example:-
Issue occurred on macOS Monterey 12.4, with an intel based chip. Commands run from a bash shell.
The text was updated successfully, but these errors were encountered: