Fixed the bug Rukai found that I introduced (thanks)

This commit is contained in:
rperper
2018-11-01 20:40:32 -04:00
parent 6408ce66e5
commit 02367a9973

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