mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-13 08:46:09 +01:00
CP-08
This commit is contained in:
@@ -917,6 +917,9 @@ class virtualHostUtilities:
|
|||||||
cmd = shlex.split(command)
|
cmd = shlex.split(command)
|
||||||
subprocess.call(cmd, stdout=FNULL, stderr=subprocess.STDOUT)
|
subprocess.call(cmd, stdout=FNULL, stderr=subprocess.STDOUT)
|
||||||
|
|
||||||
|
command = 'chmod 600 %s' % (pathToStoreSSLPrivKey)
|
||||||
|
ProcessUtilities.normalExecutioner(command)
|
||||||
|
|
||||||
print("1,None")
|
print("1,None")
|
||||||
|
|
||||||
except BaseException as msg:
|
except BaseException as msg:
|
||||||
|
|||||||
Reference in New Issue
Block a user