From 7a69ccb711aeb1dff04807a2438b3fd627e8dbc3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 29 Jul 2025 15:26:26 +0200 Subject: [PATCH] Remove 'Using binary:' prefix from vt output Simplify output to just show the path without redundant label --- web/bin/vt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/bin/vt b/web/bin/vt index ea7f73f6..02e14d3b 100755 --- a/web/bin/vt +++ b/web/bin/vt @@ -150,7 +150,7 @@ if [ -n "$VIBETUNNEL_PREFER_DERIVED_DATA" ] && [ -n "$VIBETUNNEL_BIN" ]; then # Shorten path by removing /Contents/Resources/vibetunnel suffix DISPLAY_PATH=$(prettify_path "$VIBETUNNEL_BIN") DISPLAY_PATH=${DISPLAY_PATH%/Contents/Resources/vibetunnel} - echo -e "${GRAY}[VibeTunnel] Using binary: ${DISPLAY_PATH}${RESET}" + echo -e "${GRAY}[VibeTunnel] ${DISPLAY_PATH}${RESET}" if [ -n "$VERSION_LINE" ] && [ -n "$BUILD_LINE" ]; then echo -e "${GRAY}[VibeTunnel] Version: ${VERSION_LINE#VibeTunnel Server } (${BUILD_LINE})${RESET}" elif [ -n "$VERSION_LINE" ]; then