mirror of
https://github.com/munki/munki.git
synced 2026-04-21 20:18:20 -05:00
Speed launch of MSU.app status mode to cover the login window following logout install actions.
This commit is contained in:
@@ -102,6 +102,9 @@ def alertUserOfForcedLogout(info=None):
|
||||
# make sure flag is in place to cause munki to install at logout
|
||||
f = open('/private/tmp/com.googlecode.munki.installatlogout', 'w')
|
||||
f.close()
|
||||
# drop flag for speedier launch of status window covering loginwindow
|
||||
f = open('/private/tmp/com.googlecode.munki.statusatlogout', 'w')
|
||||
f.close()
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user