mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Correct MDM profile name and LOGO path now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user