chown ~/.jriver as USER

This commit is contained in:
2025-06-17 18:42:16 -04:00
부모 a82ae73303
커밋 1d41d6377f

파일 보기

@@ -1551,6 +1551,7 @@ disable_btrfs_cow() {
debug "${FUNCNAME[0]}()"
local mc_user_path="$HOME/.jriver"
[[ -d "$mc_user_path" ]] || execute mkdir -p "$mc_user_path"
[[ -d "$mc_user_path" ]] && execute sudo chown -R "$USER:$USER" "$mc_user_path"
# Disable btrfs CoW
if [[ $(stat -f -c %T "$mc_user_path") == "btrfs" ]]; then