mirror of
https://github.com/munki/munki.git
synced 2026-03-09 10:10:26 -05:00
Merging Arjen's MUNKI_VERBOSITY_LEVEL environment variable
This commit is contained in:
@@ -576,7 +576,10 @@ def main():
|
||||
# set munkicommon globals
|
||||
munkicommon.munkistatusoutput = options.munkistatusoutput
|
||||
munkicommon.verbose = options.verbose
|
||||
|
||||
|
||||
# Set environment variable for verbosity
|
||||
os.environ['MUNKI_VERBOSITY_LEVEL'] = str(options.verbose)
|
||||
|
||||
if options.installonly:
|
||||
# we're only installing, not checking, so we should copy
|
||||
# some report values from the prior run
|
||||
|
||||
Reference in New Issue
Block a user