Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2025-02-06 21:24:29 -08:00

View File

@@ -344,6 +344,7 @@ foreach $c (@$conf) {
}
print TEMP map { "$_\n" } &directive_lines($_[0]);
close(TEMP);
&set_ownership_permissions(undef, undef, 0700, $temp);
local $out = &backquote_logged("$config{'logrotate'} -f $temp 2>&1");
return ($?, $out);
}