mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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);
|
||||
|
||||
# Generate ignore file.
|
||||
&GenerateIgnoreFile();
|
||||
|
||||
# Check if guardian should be started or stopped.
|
||||
if($settings{'GUARDIAN_ENABLED'} eq 'on') {
|
||||
if($pid > 0) {
|
||||
|
||||
Reference in New Issue
Block a user