We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588fb1d commit c2c23c7Copy full SHA for c2c23c7
1 file changed
plogical/upgrade.py
@@ -2064,7 +2064,7 @@ def upgrade(branch):
2064
2065
if os.path.exists(Upgrade.CentOSPath):
2066
command = 'yum list installed'
2067
- Upgrade.installedOutput = subprocess.call(shlex.split(command))
+ Upgrade.installedOutput = subprocess.check_output(shlex.split(command))
2068
2069
command = 'systemctl stop cpssh'
2070
Upgrade.executioner(command, 'fix csf if there', 0)
0 commit comments