From 948bbec49507a796db5330dbaf74029505ccdcdd Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 21 Sep 2025 05:55:43 -0700 Subject: [PATCH] chore: debug log file --- bin/joj3-forge-convert | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 1d9c997..76e6a62 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -75,8 +75,7 @@ EOF whoami pwd ls -lha - ls -lha .. - touch joint-teapot.log + ls -lha /tmp if ! (cd /tmp && joint-teapot joj3-check-gitea-token "$teapot_config_dir/teapot.env"); then echo "FATAL: TEAPOT_GITEA_TOKEN invalid, cannot get current Gitea user" >&2 exit 1