From 469102b6c6325407b561b477699cb0565559a98f Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 25 Oct 2025 17:06:47 -0700 Subject: [PATCH] feat: .cache with 750 permission --- bin/joj3-forge-convert | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 50a72d7..1f273f1 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -63,8 +63,10 @@ EOF rsync -a --delete "/home/tt/.config/joj/" "$config_repo_path/home/tt/.config/joj" # enforce correct permissions + chmod 750 "/home/tt/" + chmod 750 "/home/tt/.cache/" + chmod 750 "/home/tt/.cache/joj3" chmod 700 "/home/tt/.config/" - chmod 700 "/home/tt/.cache/" chmod 700 "/home/tt/.ssh/" # commit config changes