diff --git a/Helpers/brandDEPinstall.sh b/Helpers/brandDEPinstall.sh index 025d850..8d0b2e5 100644 --- a/Helpers/brandDEPinstall.sh +++ b/Helpers/brandDEPinstall.sh @@ -27,9 +27,12 @@ echo 'Command: Image: /Library/Application Support/Purple/logo.png' >> /var/tmp/ echo 'Command: MainText: Your organisation is using a Mobile Device Management solution provided by Purple Computing, we are now installing your organisations software, settings and policies.' >> /var/tmp/depnotify.log ## STARTING INSTALLS ### -echo 'Status: Starting Software Installs' >> /var/tmp/depnotify.log +echo 'Status: Starting MDM Installer' >> /var/tmp/depnotify.log +sleep 3s #sudo -u $(stat -f '%Su' /dev/console) /bin/sh <<'END' chmod 777 /var/tmp/depnotify.log killall DEPNotify /Applications/Utilities/DEPNotify.app/Contents/MacOS/DEPNotify -chmod 777 /var/tmp/depnotify.log \ No newline at end of file +chmod 777 /var/tmp/depnotify.log +sleep 3s +echo 'Status: Starting Software Install' >> /var/tmp/depnotify.log