diff --git a/plogical/upgrade.py b/plogical/upgrade.py index bf7a5342d..c7de6761b 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -2064,7 +2064,7 @@ vmail if os.path.exists(Upgrade.CentOSPath): command = 'yum list installed' - Upgrade.installedOutput = subprocess.call(shlex.split(command)) + Upgrade.installedOutput = subprocess.check_output(shlex.split(command)) command = 'systemctl stop cpssh' Upgrade.executioner(command, 'fix csf if there', 0)