From: Stefan Schantl Date: Sat, 2 Jul 2016 08:21:52 +0000 (+0200) Subject: guardian.cgi: Also generate ignore file when building the configuration. X-Git-Tag: v2.19-core104~8^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efd9c5ffb45579b4ff3c323f1f19689caa8fe50a;p=ipfire-2.x.git guardian.cgi: Also generate ignore file when building the configuration. Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi index 42cdcf6bb4..b85691ba61 100644 --- a/html/cgi-bin/guardian.cgi +++ b/html/cgi-bin/guardian.cgi @@ -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) {