bug fix: dkim keys generation for subdomains

This commit is contained in:
Usman Nasir
2020-01-30 20:29:13 +05:00
parent 8982422edc
commit ad9981c2a4
3 changed files with 46 additions and 14 deletions

View File

@@ -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: