-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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:
- Open DEPNotify Set-Up Helper
- Generate script
- Open script and search for 'python'
- See error:
/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
Metadata
Metadata
Assignees
Labels
No labels