mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
guardian.cgi: Also generate ignore file when building the configuration.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -977,6 +977,9 @@ sub BuildConfiguration() {
|
|||||||
|
|
||||||
close(FILE);
|
close(FILE);
|
||||||
|
|
||||||
|
# Generate ignore file.
|
||||||
|
&GenerateIgnoreFile();
|
||||||
|
|
||||||
# Check if guardian should be started or stopped.
|
# Check if guardian should be started or stopped.
|
||||||
if($settings{'GUARDIAN_ENABLED'} eq 'on') {
|
if($settings{'GUARDIAN_ENABLED'} eq 'on') {
|
||||||
if($pid > 0) {
|
if($pid > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user