fix: improve trans script migration hint

This commit is contained in:
Codex
2026-06-20 07:23:11 +00:00
parent d05b963064
commit 4d4feacb31
7 changed files with 133 additions and 13 deletions
+2
View File
@@ -7,4 +7,6 @@ if [ ! -f "$repo/scripts/ssh-cli.ts" ]; then
repo=$(CDPATH= cd -- "$self_dir/.." && pwd)
fi
UNIDESK_SSH_ENTRYPOINT=${UNIDESK_SSH_ENTRYPOINT:-trans}
export UNIDESK_SSH_ENTRYPOINT
exec bun "$repo/scripts/ssh-cli.ts" ssh "$@"