upgrade: postfix3

This commit is contained in:
Usman Nasir
2019-08-30 20:15:09 +05:00
parent b1e519bc3a
commit b502e6451d
4 changed files with 71 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ import os
import socket
import threading as multi
import time
from pipes import quote
class ProcessUtilities(multi.Thread):
litespeedProcess = "litespeed"
@@ -198,8 +197,6 @@ class ProcessUtilities(multi.Thread):
command = command.replace('sudo', '')
sock.sendall(command)
logging.writeToFile(command)
data = ""
while (1):