re-added do’s

This commit is contained in:
Michael
2022-09-21 18:03:25 +00:00
parent da7f750b6a
commit 883f34cadf
3 changed files with 3 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ dockdestFile="/usr/local/bin/dockutil-labels.sh"
echo Started Dock Add Script
for what in $whatDockList; #do
for what in $whatDockList; do
echo Running Dock Add for ${what}
# Looping using dockutil-labels.sh

View File

@@ -49,7 +49,7 @@ if [ ! -e "${destFile}" ]; then
caffexit 99
fi
echo Started Installomator
for what in $whatList; #do
for what in $whatList; do
echo Installing ${what}
echo "Status: installing ${what}" >> /var/tmp/depnotify.log
echo "Command: DeterminateManualStep: 1" >> /var/tmp/depnotify.log

View File

@@ -5,7 +5,7 @@
# RUNS AS USER
sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END'
export CURL_SSL_BACKEND="secure-transport"
cd /Library/Application\ Support/Purple/
@@ -46,8 +46,6 @@ if [ "$SHOWDIALOG" == "Y" ]; then
echo 'Command: ContinueButton: Finish' >> /var/tmp/depnotify.log
echo "Status: Installed or Updated $MDMAPPNAME, click Finish!" >> /var/tmp/depnotify.log
else
echo "Final message will not send"
echo Continuing...
fi
unset MDMAPPNAME MDMAPPLABEL MDMADDTODOCK SHOWDIALOG