From 00ebfa35fdf5ff075e439c6e1cc4199be3ca4773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Tue, 15 Mar 2022 15:13:22 +0100 Subject: [PATCH] Correct MDM profile name and LOGO path now --- fragments/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fragments/main.sh b/fragments/main.sh index ce2a03f..90063ec 100644 --- a/fragments/main.sh +++ b/fragments/main.sh @@ -57,8 +57,8 @@ case $LOGO in ;; microsoft) # Microsoft Endpoint Manager (Intune) - LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns" - #if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi + LOGO="/Library/Intune/Microsoft Intune Agent.app/Contents/Resources/AppIcon.icns" + if [[ -z $MDMProfileName ]]; then; MDMProfileName="Management Profile"; fi ;; esac if [[ ! -a "${LOGO}" ]]; then