mirror of
https://github.com/munki/munki.git
synced 2026-04-22 04:28:21 -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)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<dict>
|
||||
<key>PathState</key>
|
||||
<dict>
|
||||
<key>/var/run/com.googlecode.munki.munkistatus</key>
|
||||
<key>/var/run/com.googlecode.munki.MunkiStatus</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user