mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
bug fix: encodings and imports
This commit is contained in:
@@ -716,7 +716,7 @@ class MailServerManager:
|
||||
def installStatusOpenDKIM(self):
|
||||
try:
|
||||
command = "sudo cat " + mailUtilities.installLogPath
|
||||
installStatus = subprocess.check_output(shlex.split(command))
|
||||
installStatus = subprocess.check_output(shlex.split(command)).decode("utf-8")
|
||||
|
||||
if installStatus.find("[200]") > -1:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user