mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
More pre-commit
This commit is contained in:
parent
35428f77ad
commit
0f3822706a
1 changed files with 9 additions and 1 deletions
|
@ -770,7 +770,15 @@ class SaltPkgInstall:
|
|||
self._check_retcode(ret)
|
||||
elif pkg.endswith("msi"):
|
||||
ret = self.proc.run(
|
||||
"cmd", "/c", "msiexec.exe", "/qn", "/x", pkg, "&&", "exit", "ERRORLEVEL"
|
||||
"cmd",
|
||||
"/c",
|
||||
"msiexec.exe",
|
||||
"/qn",
|
||||
"/x",
|
||||
pkg,
|
||||
"&&",
|
||||
"exit",
|
||||
"ERRORLEVEL",
|
||||
)
|
||||
# self._check_retcode(ret)
|
||||
if platform.is_darwin():
|
||||
|
|
Loading…
Add table
Reference in a new issue