mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
convert-snort: Call subfunction to change ownership of rulestarball
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -222,7 +222,7 @@ if (-f $snort_rules_tarball) {
|
||||
move($snort_rules_tarball, $IDS::rulestarball);
|
||||
|
||||
# Set correct ownership.
|
||||
chown($uid, $gid, $IDS::rulestarball);
|
||||
&IDS::set_ownership("$IDS::rulestarball");
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user