From d5c151ba0a6303090cb6b74441f1d945783f586d Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Mon, 9 May 2022 22:13:09 +0500 Subject: [PATCH] bug fix: email debugger on almalinux --- plogical/mailUtilities.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plogical/mailUtilities.py b/plogical/mailUtilities.py index 0c58487fa..761d6a493 100755 --- a/plogical/mailUtilities.py +++ b/plogical/mailUtilities.py @@ -859,7 +859,6 @@ class MailServerManagerUtils(multi.Thread): ProcessUtilities.executioner(command) command = 'dnf install --enablerepo=gf-plus postfix3 postfix3-mysql -y' - ProcessUtilities.executioner(command) else: import socket