From d931bcfc9a1d277779796a2a10f3c438c5e00f09 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 25 Oct 2025 17:09:11 -0700 Subject: [PATCH] feat: ignore chmod error --- bin/joj3-forge-convert | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 1f273f1..dfa26d8 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -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