MLBZ521 / MacAdmin

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

Storage free space fix for Mac at loginwindow #14

Closed tantonw closed 2 years ago

tantonw commented 2 years ago

The NSURLVolumeAvailableCapacityForImportantUsageKey resource key returns 0 free space if no user is logged in to the Mac. NSURLVolumeAvailableCapacityKey doesn't have this issue, so use it instead if necessary.

MLBZ521 commented 2 years ago

Thanks for the additional fix!