fix(plugins): serialize bundled runtime mirrors

This commit is contained in:
Peter Steinberger
2026-04-26 11:32:02 +01:00
parent 4506bb2e02
commit 0e490a3c26
4 changed files with 125 additions and 80 deletions

View File

@@ -1526,7 +1526,7 @@ if [ -z "\$dashboard_port" ] || [ "\$dashboard_port" = "\$dashboard_http_url" ];
echo "failed to parse dashboard port from \$dashboard_http_url" >&2
exit 1
fi
deadline=\$((SECONDS + 30))
deadline=\$((SECONDS + 120))
dashboard_ready=0
while [ \$SECONDS -lt \$deadline ]; do
if curl -fsSL --connect-timeout 2 --max-time 5 "\$dashboard_http_url" >/tmp/openclaw-dashboard-smoke.html 2>/dev/null; then