MLBZ521 / MacAdmin

A collection of scripts and tools for managing Apple Devices
MIT License
166 stars 33 forks source link

Check for running OS greater than supported OS might be using wrong comparator #26

Closed tantonw closed 11 months ago

tantonw commented 11 months ago

https://github.com/MLBZ521/MacAdmin/blob/06319b803faaae4d256fdcc64d8bfe70f341e93e/Jamf%20Pro/Extension%20Attributes/Get-LatestOSSupported.sh#L484

I think this comparison should be strictly ">" rather than ">="

MLBZ521 commented 11 months ago

@tantonw Hey, thanks for the catch! This has been fixed in v2.5.3 7bfb463.