mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Added '-a' flag to /usr/bin/open call.
git-svn-id: http://munki.googlecode.com/svn/trunk@409 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -39,7 +39,8 @@ def launchMunkiStatus():
|
||||
munkiStatusPath = \
|
||||
"/Library/Application Support/Managed Installs/MunkiStatus.app"
|
||||
if os.path.exists(munkiStatusPath):
|
||||
retcode = subprocess.call(["/usr/bin/open", munkiStatusPath])
|
||||
retcode = subprocess.call(["/usr/bin/open", "-a",
|
||||
munkiStatusPath])
|
||||
|
||||
|
||||
def launchAndConnectToMunkiStatus():
|
||||
|
||||
Reference in New Issue
Block a user