feat: ignore chmod error
All checks were successful
push / build (push) Successful in 48s

This commit is contained in:
张泊明518370910136 2025-10-25 17:09:11 -07:00
parent 469102b6c6
commit d931bcfc9a
GPG Key ID: CA088E6D9284F870

View File

@ -64,10 +64,10 @@ EOF
# enforce correct permissions
chmod 750 "/home/tt/"
chmod 750 "/home/tt/.cache/"
chmod 750 "/home/tt/.cache/joj3"
chmod 750 "/home/tt/.cache/" || true
chmod 750 "/home/tt/.cache/joj3" || true
chmod 700 "/home/tt/.ssh/" || true
chmod 700 "/home/tt/.config/"
chmod 700 "/home/tt/.ssh/"
# commit config changes
git -C "$config_repo_path" add home/tt/.config/joj