diff --git a/Helpers/add-to-dock.sh b/Helpers/add-to-dock.sh index 4e3bb4f..31cfede 100644 --- a/Helpers/add-to-dock.sh +++ b/Helpers/add-to-dock.sh @@ -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 diff --git a/Helpers/install-app-loop.sh b/Helpers/install-app-loop.sh index 4475506..34f3966 100644 --- a/Helpers/install-app-loop.sh +++ b/Helpers/install-app-loop.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 diff --git a/Helpers/launch-app-installo.sh b/Helpers/launch-app-installo.sh index 59510aa..cbf66cb 100644 --- a/Helpers/launch-app-installo.sh +++ b/Helpers/launch-app-installo.sh @@ -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 \ No newline at end of file