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