mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Make sure autoreply permissions are correct
This commit is contained in:
@@ -27,6 +27,7 @@ if (&get_product_name() eq 'usermin') {
|
||||
local @cst = stat($autoreply_cmd);
|
||||
if (!@cst || $cst[7] != $rst[7]) {
|
||||
©_source_dest($autoreply_src, $autoreply_cmd);
|
||||
&set_ownership_permissions(undef, undef, 0755, $autoreply_cmd);
|
||||
}
|
||||
|
||||
&switch_to_remote_user();
|
||||
|
||||
Reference in New Issue
Block a user