mirror of
https://github.com/munki/munki.git
synced 2026-04-22 04:28:21 -05:00
Specifying stand-alone --installer_environment options allows for the generation of the 'installer_environment' dict
This is similar to generating an 'installs' array of dicts.
This commit is contained in:
@@ -570,7 +570,8 @@ def main():
|
||||
exit(0)
|
||||
|
||||
if (len(arguments) == 0
|
||||
and not options.file
|
||||
and not options.file
|
||||
and not options.installer_environment
|
||||
and not options.preinstall_script
|
||||
and not options.postinstall_script
|
||||
and not options.preuninstall_script
|
||||
|
||||
Reference in New Issue
Block a user