mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 06:03:26 +00:00
re-added do’s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user