From 4f3b130b0462a7081a8321f763718298695ce514 Mon Sep 17 00:00:00 2001 From: Mike Matter Date: Mon, 9 May 2022 11:50:27 -0500 Subject: [PATCH] Adding Workspace ONE support (fixing comment) --- Installomator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index d20ff44..6a6f725 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -4841,7 +4841,7 @@ case $LOGO in if [[ -z $MDMProfileName ]]; then; MDMProfileName="Management Profile"; fi ;; ws1) - # Mosyle Business + # Workspace ONE LOGO="/Applications/Workspace ONE Intelligent Hub.app/Contents/Resources/AppIcon.icns" if [[ -z $MDMProfileName ]]; then; MDMProfileName="Device Manager"; fi ;;