mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-09-02 02:07:27 +02:00
bug fix: encoding and python path
This commit is contained in:
@@ -242,7 +242,7 @@ class FirewallManager:
|
||||
else:
|
||||
return ACLManager.loadErrorJson()
|
||||
|
||||
command = 'sudo systemctl status firewalld'
|
||||
command = 'systemctl status firewalld'
|
||||
status = ProcessUtilities.outputExecutioner(command)
|
||||
|
||||
if status.find("dead") > -1:
|
||||
|
||||
Reference in New Issue
Block a user