From 9b9b4bd24bfc7e7ea533af9ef6c1dc1e753c4e1f Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Mon, 4 Oct 2021 20:51:06 +0100 Subject: [PATCH] Update brandDEPinstall.sh --- Helpers/brandDEPinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Helpers/brandDEPinstall.sh b/Helpers/brandDEPinstall.sh index 8bc70f9..34ea911 100644 --- a/Helpers/brandDEPinstall.sh +++ b/Helpers/brandDEPinstall.sh @@ -20,11 +20,11 @@ ######################################################################### # Script to brand DEPNotify with PurpleComputing for app installs. # -APPINSTALLNAME=$(cat /tmp/.appinstallname) +appname=$(cat /tmp/.appinstallname) chmod 777 /var/tmp/depnotify.log ## BRANDING DEPNOTIFY WINDOW -echo 'Command: MainTitle: Installing $APPINSTALLNAME...' >> /var/tmp/depnotify.log +echo Command: MainTitle: Installing $appname... >> /var/tmp/depnotify.log echo 'Command: Image: /Library/Application Support/Purple/logo.png' >> /var/tmp/depnotify.log echo 'Command: MainText: We are now installing re-installing the $APPINSTALLNAME application.' >> /var/tmp/depnotify.log echo 'Command: WindowStyle: Activate' >> /var/tmp/depnotify.log