feat: .cache with 750 permission
All checks were successful
push / build (push) Successful in 1m1s

This commit is contained in:
张泊明518370910136 2025-10-25 17:06:47 -07:00
parent 9c0dbd8f12
commit 469102b6c6
GPG Key ID: CA088E6D9284F870

View File

@ -63,8 +63,10 @@ EOF
rsync -a --delete "/home/tt/.config/joj/" "$config_repo_path/home/tt/.config/joj" rsync -a --delete "/home/tt/.config/joj/" "$config_repo_path/home/tt/.config/joj"
# enforce correct permissions # 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/.config/"
chmod 700 "/home/tt/.cache/"
chmod 700 "/home/tt/.ssh/" chmod 700 "/home/tt/.ssh/"
# commit config changes # commit config changes