mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01: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