mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
upgrade: postfix3
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user