From 732fd5ed637eb3fb4e0ef3272da153c488b82616 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sat, 4 Dec 2021 16:28:12 +0000 Subject: [PATCH] Update brandDEPinstall.sh --- Helpers/brandDEPinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/brandDEPinstall.sh b/Helpers/brandDEPinstall.sh index 060623d..abc4a19 100644 --- a/Helpers/brandDEPinstall.sh +++ b/Helpers/brandDEPinstall.sh @@ -28,7 +28,7 @@ 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 -echo "Command: MainText: We are now installing/re-installing the $appname application." >> /var/tmp/depnotify.log +echo Command: MainText: We are now installing the $appname application. >> /var/tmp/depnotify.log echo Command: WindowStyle: Activate >> /var/tmp/depnotify.log echo Command: NotificationOn: >> /var/tmp/depnotify.log ## STARTING INSTALLS ###