mirror of
https://github.com/munki/munki.git
synced 2026-04-24 22:08:33 -05:00
Back out another dual trigger file - in logouthelper
This commit is contained in:
@@ -102,9 +102,6 @@ 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