瀏覽代碼

Disable CoW recursively in ~/.jriver

bryan 4 天之前
父節點
當前提交
d5aecc6902
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1541,7 +1541,7 @@ disable_btrfs_cow() {
 
   # Disable btrfs CoW
   if [[ $(stat -f -c %T "$mc_user_path") == "btrfs" ]]; then
-    if execute chattr +C "$mc_user_path"; then
+    if execute chattr -R +C "$mc_user_path"; then
       echo "Disabled btrfs CoW for $mc_user_path directory"
     fi
   fi