centralized execution ph4

This commit is contained in:
usmannasir
2019-03-31 02:47:35 +05:00
parent 70c3c0ce3c
commit 47314c01f8
12 changed files with 200 additions and 128 deletions

View File

@@ -75,7 +75,7 @@ class MailServerManager:
execPath = "sudo python " + virtualHostUtilities.cyberPanel + "/plogical/mailUtilities.py"
execPath = execPath + " createEmailAccount --domain " + domainName + " --userName " \
+ userName + " --password " + password
+ userName + " --password '" + password + "'"
output = ProcessUtilities.outputExecutioner(execPath)