mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
swapping self.salt_pkg_install.run_root for self..run_root
This commit is contained in:
parent
16f0c517c5
commit
c58b192b86
1 changed files with 1 additions and 3 deletions
|
@ -301,9 +301,7 @@ class SaltPkgInstall:
|
|||
"python": [self.install_dir / "bin" / "python3"],
|
||||
}
|
||||
else:
|
||||
if self.salt_pkg_install.run_root and os.path.exists(
|
||||
self.salt_pkg_install.run_root
|
||||
):
|
||||
if self.run_root and os.path.exists(self.run_root):
|
||||
self.binary_paths = {
|
||||
"salt": [str(self.run_root)],
|
||||
"api": [str(self.run_root), "api"],
|
||||
|
|
Loading…
Add table
Reference in a new issue