mirror of
https://github.com/munki/munki.git
synced 2026-04-22 20:48:36 -05:00
Additional status output when running embedded scripts.
git-svn-id: http://munki.googlecode.com/svn/trunk@1165 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -835,6 +835,9 @@ def runScript(itemname, path, scriptname):
|
||||
munkistatus.detail("")
|
||||
# set indeterminate progress bar
|
||||
munkistatus.percent(-1)
|
||||
else:
|
||||
munkicommon.display_status('Running %s for %s '
|
||||
% (scriptname, itemname))
|
||||
|
||||
scriptoutput = []
|
||||
proc = subprocess.Popen(path, shell=False, bufsize=1,
|
||||
|
||||
Reference in New Issue
Block a user