Skip to main content

Hey All, I'm getting this message and also one that says JamfDaemon need updating.  I've gone through all of my scripts and EAs to see which ones were calling/using Python and all have been resolved, but I'm still seeing this on new Monterey installs.  Any ideas where else I can look?

Thanks @DBrowning I'm more partial to

LOGGEDIN=$(/usr/bin/stat -f%Su /dev/console)

 

or

LOGGEDIN=$(/bin/ls -l /dev/console | cut -d" " -f4)