From db02a20660f28dda6ed2a1950c77b46f2ac1ed74 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 25 Oct 2025 17:58:53 -0700 Subject: [PATCH] feat: 751 for /home/tt --- bin/joj3-forge-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index dfa26d8..865f904 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -63,7 +63,7 @@ EOF rsync -a --delete "/home/tt/.config/joj/" "$config_repo_path/home/tt/.config/joj" # enforce correct permissions - chmod 750 "/home/tt/" + chmod 751 "/home/tt/" chmod 750 "/home/tt/.cache/" || true chmod 750 "/home/tt/.cache/joj3" || true chmod 700 "/home/tt/.ssh/" || true