mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
backup.pl: Launch convert-ids-multiple-providers if neccessary.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -166,6 +166,12 @@ restore_backup() {
|
||||
rm -rf "/var/ipfire/snort"
|
||||
fi
|
||||
|
||||
# IDS multiple providers converter.
|
||||
if [ -e "/var/ipfire/suricata/rules-settings" ]; then
|
||||
# Run the converter
|
||||
convert-ids-multiple-providers
|
||||
fi
|
||||
|
||||
# Convert DNS settings
|
||||
convert-dns-settings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user