From f162a67b93dafc1041c6c9c58a7b70b67b15a555 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:41:57 +0000 Subject: [PATCH] added Unset Variables --- Helpers/launch-app-installo.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Helpers/launch-app-installo.sh b/Helpers/launch-app-installo.sh index dc53e55..838edda 100644 --- a/Helpers/launch-app-installo.sh +++ b/Helpers/launch-app-installo.sh @@ -21,6 +21,8 @@ curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helper if [ "$MDMADDTODOCK" == "Y" ]; then echo "SCRIPT WILL TRY TO ADD TO DOCK" curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/add-to-dock.sh | bash + sleep 2 + killall Dock else echo "SCRIPT WILL NOT TRY TO ADD TO DOCK" echo Continuing... @@ -38,3 +40,5 @@ else echo "Final message will not send" echo Continuing... fi + +unset MDMAPPNAME MDMAPPLABEL MDMADDTODOCK SHOWDIALOG \ No newline at end of file