mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 06:03:26 +00:00
5 lines
255 B
Bash
5 lines
255 B
Bash
# LAUNCH DEPNOTIFY FOR ENROLMENT
|
|
sed -i -e 's/Quit/Q*uit/' /var/tmp/depnotify.log
|
|
sed -i -e 's/Restart/R*estart/' /var/tmp/depnotify.log
|
|
sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END'
|
|
open -a /Applications/Utilities/DEPNotify.app --args -fullScreen |