From 2d813bce804f31dc573842fb449ae69c26c01e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Mon, 14 Mar 2022 10:19:47 +0100 Subject: [PATCH] Microsoft Endpoint Manager (Intune) --- fragments/header.sh | 2 +- fragments/main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fragments/header.sh b/fragments/header.sh index 6a641f0..bde971b 100644 --- a/fragments/header.sh +++ b/fragments/header.sh @@ -80,7 +80,7 @@ LOGO=appstore # - mosyleb Mosyle Business # - mosylem Mosyle Manager (Education) # - addigy Addigy -# - microsoft Microsoft Endpoint Manager (formerly known as Intune) +# - microsoft Microsoft Endpoint Manager (Intune) # path can also be set in the command call, and if file exists, it will be used. # Like 'LOGO="/System/Applications/App\ Store.app/Contents/Resources/AppIcon.icns"' # (spaces have to be escaped). diff --git a/fragments/main.sh b/fragments/main.sh index 6777da8..ce2a03f 100644 --- a/fragments/main.sh +++ b/fragments/main.sh @@ -56,7 +56,7 @@ case $LOGO in if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi ;; microsoft) - # Microsoft Endpoint Manager (formerly known as Intune) + # Microsoft Endpoint Manager (Intune) LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns" #if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi ;;