From 0c4187c119879bd28d3d619d227d1cad7420dc5a Mon Sep 17 00:00:00 2001 From: TechArtDev Date: Wed, 18 Feb 2026 18:06:00 +0200 Subject: [PATCH] Update openclaw_assistant/run.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- openclaw_assistant/run.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/openclaw_assistant/run.sh b/openclaw_assistant/run.sh index f49135b..3f259a9 100644 --- a/openclaw_assistant/run.sh +++ b/openclaw_assistant/run.sh @@ -374,11 +374,12 @@ if [ "$ENABLE_TERMINAL" = "true" ] || [ "$ENABLE_TERMINAL" = "1" ]; then echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "!! WARNING: terminal_port ${TERMINAL_PORT} IS ALREADY IN USE !!" echo "!! !!" - echo "!! The web terminal (ttyd) could NOT be started because port !!" - echo "!! ${TERMINAL_PORT} is occupied by another process. !!" + echo "!! The web terminal (ttyd) may FAIL to start because port !!" + echo "!! ${TERMINAL_PORT} appears to be in use by another process. !!" echo "!! !!" - echo "!! ACTION REQUIRED: Go to Add-on Configuration and change !!" - echo "!! 'terminal_port' to a free port, then restart the add-on. !!" + echo "!! ACTION REQUIRED: If the terminal does not work, go to !!" + echo "!! Add-on Configuration and change 'terminal_port' to a free !!" + echo "!! port, then restart the add-on. !!" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "" fi