mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
Remove 'Using binary:' prefix from vt output
Simplify output to just show the path without redundant label
This commit is contained in:
parent
bc6633a635
commit
7a69ccb711
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue