mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-27 20:48:48 +02:00
centralized execution ph4
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user