Skip to content

Commit 5d23b70

Browse files
committed
fix: remove double blank line after pairing output
t3 pair already prints a trailing newline; drop the extra echo so there is a single blank line before the follow-up hint.
1 parent 82d0589 commit 5d23b70

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ct/t3code.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ echo -e "${INFO}${YW}Pair a device using the QR code or URL below:${CL}"
6161
# t3 pair's first line reports the local connection (http://127.0.0.1:3773) which
6262
# is misleading here; drop it so only the QR and the LAN pairing URL are shown.
6363
pct exec "$CTID" -- env NODE_NO_WARNINGS=1 t3 pair --base-dir /opt/t3code_data --ttl 1h | grep -v "127.0.0.1"
64-
echo -e ""
6564
echo -e "${INFO}${YW}The pairing URL above expires after 1 hour. Generate a fresh one from the Proxmox host:${CL}"
6665
echo -e "${TAB}${BGN}pct exec ${CTID} -- t3 pair --base-dir /opt/t3code_data --ttl 1h${CL}"
6766
echo -e ""

0 commit comments

Comments
 (0)