ids-functions.pl: Proper return flase if the downloaded rulestarball

cannot be stored.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-01-02 09:48:55 +01:00
parent 636a79650b
commit dffce1e270

View File

@@ -439,6 +439,7 @@ sub downloadruleset ($) {
unlink("$tmpfile");
# Return "1" - false.
return 1;
}
# Load file copy module, which contains the move() function.