Remove nodatacow

This commit is contained in:
SimonFair
2023-11-22 23:41:23 +00:00
parent 2987d3f4f8
commit 3d75dbc7d5
2 changed files with 2 additions and 2 deletions
@@ -79,7 +79,7 @@
$folder = transpose_user_path($folder);
@shell_exec("chattr +C -R " . escapeshellarg($folder) . " &>/dev/null");
#@shell_exec("chattr +C -R " . escapeshellarg($folder) . " &>/dev/null");
return true;
}