This is only happening on Big Sur. When using the Jamf starter script, the DEPNotify.app never launches. The code in the script is default as follows:
sudo -u "$CURRENT_USER" open -a "$DEP_NOTIFY_APP" --args -path "$DEP_NOTIFY_LOG"
however it never actually launches the app. The depnotifyDebub.log file just repeatedly says:
"Waiting for DEPNotify to start to gather the process ID"
Of course when I launch the DEPNotify.app manually, everything starts to work. Again, this only happens on Big Sur. It works fine on Catalina machines.
Anyone got any idea why the script is no longer launching the DEPNotify.app? I haven’t made any changes to the starter script in months!