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