mirror of
https://github.com/munki/munki.git
synced 2026-04-29 00:39:42 -05:00
Fix issues in munki.py when writing trigger files; edits to launchdaemons so managedsoftwareupdate-loginwindow runs only when a trigger file is present
This commit is contained in:
@@ -426,6 +426,7 @@ def main():
|
||||
# delete triggerfile if _not_ checkandinstallatstartup
|
||||
os.unlink(filename)
|
||||
if not user_triggered:
|
||||
# no trigger file was found -- how'd we get launched?
|
||||
munkicommon.cleanUpTmpDir()
|
||||
exit(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user