mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
BUG10797: Fix addontable in services.cgi when using squid-accounting addon
When squid-accounting addon is installed, it shows up under services.cgi as "squid" service which is wrong.
This commit is contained in:
@@ -188,6 +188,9 @@ END
|
||||
# mdadm should not stopped with webif because this could crash the system
|
||||
#
|
||||
chomp($_);
|
||||
if ( $_ eq 'squid' ) {
|
||||
next;
|
||||
}
|
||||
if ( ($_ ne "alsa") && ($_ ne "mdadm") ) {
|
||||
$lines++;
|
||||
if ($lines % 2){
|
||||
|
||||
Reference in New Issue
Block a user