Fixed the bug Rukai found that I introduced (thanks)
This commit is contained in:
parent
66625e91e2
commit
9b634f51e5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue