mpanighetti / install-or-defer

A framework for prompting users of Jamf Pro-managed Macs to install Apple software updates.
Apache License 2.0
147 stars 28 forks source link

Helper LaunchDaemon not unloading if script does not trigger a restart #30

Closed mpanighetti closed 4 years ago

mpanighetti commented 4 years ago

It looks like the script is failing to unload the helper LaunchDaemon if it runs updates which do not require a restart (e.g. Safari). Fix would be to add an explicit unload of the LaunchDaemon during the clean_up function. Submitting a PR for this shortly.

mpanighetti commented 4 years ago

PR merged.