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? 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
Describe the bug The script generated by Set-Up Helper uses python to set the CURRENT_USER variable
To Reproduce Steps to reproduce the behavior:
Software Versions (please complete the following information): Python is deprecated in macOS >12.3
The text was updated successfully, but these errors were encountered:
Hey @sjurlohne,
The latest script release on this repo has removed the python dependency. https://github.com/jamf/DEPNotify-Starter/releases/tag/v2.0.7
Note that the changes to the logic are at both the CURRENT_USER section and the open DEP Notify section.
Hope this helps :)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The script generated by Set-Up Helper uses python to set the CURRENT_USER variable
To Reproduce
Steps to reproduce the behavior:
/usr/bin/python -c 'from SystemConfiguration import SCDynamicStoreCopyConsoleUser; import sys; username = (SCDynamicStoreCopyConsoleUser(None, None, None) or [None])[0]; username = [username,""][username in [u"loginwindow", None, u""]]; sys.stdout.write(username + "\n");'
Software Versions (please complete the following information):
Python is deprecated in macOS >12.3
The text was updated successfully, but these errors were encountered: