Correct MDM profile name and LOGO path now

This commit is contained in:
Søren Theilgaard
2022-03-15 15:13:22 +01:00
parent 2d813bce80
commit 00ebfa35fd

View File

@@ -57,8 +57,8 @@ case $LOGO in
;; ;;
microsoft) microsoft)
# Microsoft Endpoint Manager (Intune) # Microsoft Endpoint Manager (Intune)
LOGO="/Applications/Company Portal.app/Contents/Resources/AppIcon.icns" LOGO="/Library/Intune/Microsoft Intune Agent.app/Contents/Resources/AppIcon.icns"
#if [[ -z $MDMProfileName ]]; then; MDMProfileName="MDM Profile"; fi if [[ -z $MDMProfileName ]]; then; MDMProfileName="Management Profile"; fi
;; ;;
esac esac
if [[ ! -a "${LOGO}" ]]; then if [[ ! -a "${LOGO}" ]]; then