From 3ce922e9ea6539891aad0d16fbb15b6a4c97f448 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 21 Sep 2025 05:42:34 -0700 Subject: [PATCH] chore: debug log file --- bin/joj3-forge-convert | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 44d3268..c671089 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -72,8 +72,10 @@ EOF GITEA_ORG_NAME=$org_name GITEA_ACCESS_TOKEN=$TEAPOT_GITEA_TOKEN EOF + who pwd ls -lha + ls -lha .. touch joint-teapot.log if ! joint-teapot joj3-check-gitea-token "$teapot_config_dir/teapot.env"; then echo "FATAL: TEAPOT_GITEA_TOKEN invalid, cannot get current Gitea user" >&2