Fixed the bug Rukai found that I introduced (thanks)

This commit is contained in:
rperper
2018-11-01 20:40:32 -04:00
parent 66625e91e2
commit 9b634f51e5

View File

@@ -972,7 +972,7 @@ class InstallCyberPanel:
else:
command = 'yum -y install pdns pdns-backend-mysql'
cmd = shlex.split(command)
res = subprocess.call(cmd, shell=True)
res = subprocess.call(cmd)
if res == 1:
count = count + 1