mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
installer.py: fix call to install() that had incorrect parameters. Addresses #645
This commit is contained in:
4
code/client/munkilib/installer.py
Normal file → Executable file
4
code/client/munkilib/installer.py
Normal file → Executable file
@@ -764,8 +764,8 @@ def installWithInfo(
|
||||
elif (munkicommon.hasValidPackageExt(itempath) or
|
||||
itempath.endswith(".dist")):
|
||||
(retcode, needtorestart) = install(
|
||||
itempath, choicesXMLfile, suppressBundleRelocation,
|
||||
installer_environment)
|
||||
itempath, display_name, choicesXMLfile,
|
||||
suppressBundleRelocation, installer_environment)
|
||||
if (needtorestart or
|
||||
item.get("RestartAction") == "RequireRestart" or
|
||||
item.get("RestartAction") == "RecommendRestart"):
|
||||
|
||||
Reference in New Issue
Block a user