Recreate a launchagent that logouthelper can use to launch Managed Software Center.

This commit is contained in:
Greg Neagle
2017-02-26 13:00:06 -08:00
parent 6057eda7a8
commit 22a8bfdbbe
2 changed files with 29 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ def alertUserOfForcedLogout(info=None):
# Managed Software Center.app isn't running.
# Use our LaunchAgent to start
# Managed Software Center.app in the user context.
launchfile = '/var/run/com.googlecode.munki.ManagedSoftwareUpdate'
launchfile = '/var/run/com.googlecode.munki.ManagedSoftwareCenter'
f = open(launchfile, 'w')
f.close()
# now wait a bit for it to launch before proceeding