]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/scripts/update-ids-ruleset
update-ids-ruleset: Set correct ownership for the rulestarball.
[ipfire-2.x.git] / src / scripts / update-ids-ruleset
index 14ea25ec6ce7106fcf2ef7495535e5b1d0dfb2ae..f28a8c156627b2df5f42923607cb66ec01570f12 100644 (file)
@@ -58,6 +58,9 @@ if(&IDS::downloadruleset()) {
        exit 0;
 }
 
+# Set correct ownership for the downloaded tarball.
+&IDS::set_ownership("$IDS::rulestarball");
+
 # Call oinkmaster to alter the ruleset.
 &IDS::oinkmaster();