mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
bug fix: dkim keys generation for subdomains
This commit is contained in:
@@ -92,6 +92,8 @@ class ProcessUtilities(multi.Thread):
|
||||
@staticmethod
|
||||
def normalExecutioner(command, shell=False):
|
||||
try:
|
||||
if os.path.exists(ProcessUtilities.debugPath):
|
||||
logging.writeToFile(command)
|
||||
if shell == False:
|
||||
res = subprocess.call(shlex.split(command))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user