mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 01:06:09 +01:00
bug fix: dovecot
This commit is contained in:
@@ -192,7 +192,7 @@ class ProcessUtilities(multi.Thread):
|
||||
else:
|
||||
command = '%s-u %s %s' % (ProcessUtilities.token, user, command)
|
||||
command = command.replace('sudo', '')
|
||||
#logging.writeToFile(ProcessUtilities.token + command)
|
||||
#logging.writeToFile(command)
|
||||
sock.sendall(command.encode('utf-8'))
|
||||
|
||||
data = ""
|
||||
|
||||
Reference in New Issue
Block a user