add missing ;;

This commit is contained in:
Armin Briegel
2020-05-29 16:12:45 +02:00
parent fb69bf94f6
commit 778b4697fc

View File

@@ -470,9 +470,10 @@ case $label in
umbrellaroamingclient) umbrellaroamingclient)
name="Umbrella Roaming Client" name="Umbrella Roaming Client"
type="pkgInZip" type="pkgInZip"
downloadURL="https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )" downloadURL=https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )
expectedTeamID="7P7HQ8H646" expectedTeamID="7P7HQ8H646"
;;
# Note: Packages is signed but _not_ notarized, so spctl will reject it # Note: Packages is signed but _not_ notarized, so spctl will reject it
# packages) # packages)
# name="Packages" # name="Packages"