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