Switch base to Debian Bookworm; add Pi arch support; update OpenClaw + ttyd

This commit is contained in:
root
2026-02-01 19:44:02 +02:00
parent e307670421
commit 4d9cc91e80
4 changed files with 30 additions and 32 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ GW_PID=$!
# Start web terminal (optional)
if [ "$ENABLE_TERMINAL" = "true" ]; then
echo "Starting web terminal (ttyd) on 127.0.0.1:7681 ..."
ttyd -i 127.0.0.1 -p 7681 -b /terminal bash &
ttyd -W -i 127.0.0.1 -p 7681 -b /terminal bash &
TTYD_PID=$!
else
echo "Terminal disabled (enable_terminal=false)"