mirror of
https://github.com/munki/munki.git
synced 2026-04-20 19:50:36 -05:00
Renamed VERBOSE to MUNKI_VERBOSITY_LEVEL
This commit is contained in:
@@ -551,7 +551,7 @@ def main():
|
||||
munkicommon.verbose = options.verbose
|
||||
|
||||
# Set environment variable for verbosity
|
||||
os.environ['VERBOSE'] = str(options.verbose)
|
||||
os.environ['MUNKI_VERBOSITY_LEVEL'] = str(options.verbose)
|
||||
|
||||
if options.installonly:
|
||||
# we're only installing, not checking, so we should copy
|
||||
|
||||
Reference in New Issue
Block a user