guardian.cgi: Also generate ignore file when building the configuration.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2016-07-02 10:21:52 +02:00
parent 8651c94e9a
commit efd9c5ffb4

View 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) {