mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
More com.googlecode.munki.munkistatus vs com.googlecode.munki.MunkiStatus cleanup
git-svn-id: http://munki.googlecode.com/svn/trunk@448 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -38,7 +38,7 @@ def launchMunkiStatus():
|
||||
# happier.
|
||||
# there needs to be a launch agent that is triggered when the launchfile
|
||||
# is created; and that launch agent then runs MunkiStatus.app.
|
||||
launchfile = "/var/run/com.googlecode.munki.munkistatus"
|
||||
launchfile = "/var/run/com.googlecode.munki.MunkiStatus"
|
||||
cmd = ['/usr/bin/touch', launchfile]
|
||||
retcode = subprocess.call(cmd)
|
||||
time.sleep(1)
|
||||
|
||||
Reference in New Issue
Block a user