From 185aafc70cf76ac1f659f49a786fceb94ad9685c Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 4 Oct 2021 21:00:14 +0100 Subject: [PATCH] Update brandDEPinstall.sh --- Helpers/brandDEPinstall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Helpers/brandDEPinstall.sh b/Helpers/brandDEPinstall.sh index 559b0ce..c100399 100644 --- a/Helpers/brandDEPinstall.sh +++ b/Helpers/brandDEPinstall.sh @@ -21,9 +21,11 @@ # Script to brand DEPNotify with PurpleComputing for app installs. # appname=$(cat /tmp/.appinstallname) -mv /var/tmp/depnotify.log /var/tmp/depnotify.log.old +mv /var/tmp/depnotify.log /var/tmp/depnotify.log.old +touch /var/tmp/depnotify.log chmod 777 /var/tmp/depnotify.log + ## BRANDING DEPNOTIFY WINDOW echo Command: MainTitle: Installing $appname... >> /var/tmp/depnotify.log echo 'Command: Image: /Library/Application Support/Purple/logo.png' >> /var/tmp/depnotify.log @@ -31,6 +33,5 @@ echo 'Command: MainText: We are now installing re-installing the $APPINSTALLNAME echo 'Command: WindowStyle: Activate' >> /var/tmp/depnotify.log ## STARTING INSTALLS ### -echo 'Status: Starting MDM Installer' >> /var/tmp/depnotify.log sleep 3s echo 'Status: Starting Software Install' >> /var/tmp/depnotify.log