]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
guardian.cgi: Also generate ignore file when building the configuration.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 2 Jul 2016 08:21:52 +0000 (10:21 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 29 Jul 2016 11:19:14 +0000 (13:19 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/guardian.cgi

index 42cdcf6bb40a337ae2a692168322999702a53274..b85691ba6179fe0fd633edbc6fbb8fb724b7755b 100644 (file)
@@ -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) {