mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-08 16:42:05 +01:00
Fixed the bug Rukai found that I introduced (thanks)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user