mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
Needed to turn on the shell for PowerDNS install.
This commit is contained in:
@@ -940,7 +940,7 @@ class InstallCyberPanel:
|
|||||||
else:
|
else:
|
||||||
command = 'yum -y install pdns pdns-backend-mysql'
|
command = 'yum -y install pdns pdns-backend-mysql'
|
||||||
cmd = shlex.split(command)
|
cmd = shlex.split(command)
|
||||||
res = subprocess.call(cmd)
|
res = subprocess.call(cmd, shell=True)
|
||||||
|
|
||||||
if res == 1:
|
if res == 1:
|
||||||
count = count + 1
|
count = count + 1
|
||||||
|
|||||||
Reference in New Issue
Block a user