We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec193a2 commit 2ecea93Copy full SHA for 2ecea93
1 file changed
scripts/e2e/openwebui-docker.sh
@@ -90,6 +90,22 @@ NODE
90
node "$entry" config set --batch-file "$batch_file" >/dev/null
91
rm -f "$batch_file"
92
93
+ workspace="${OPENCLAW_WORKSPACE_DIR:-$HOME/.openclaw/workspace}"
94
+ mkdir -p "$workspace/.openclaw"
95
+ cat > "$workspace/IDENTITY.md" <<'"'"'EOF'"'"'
96
+# Identity
97
+
98
+- Name: OpenClaw
99
+- Purpose: Open WebUI Docker compatibility smoke test assistant.
100
+EOF
101
+ cat > "$workspace/.openclaw/workspace-state.json" <<'"'"'EOF'"'"'
102
+{
103
+ "version": 1,
104
+ "setupCompletedAt": "2026-01-01T00:00:00.000Z"
105
+}
106
107
+ rm -f "$workspace/BOOTSTRAP.md"
108
109
exec node "$entry" gateway --port '"$PORT"' --bind lan --allow-unconfigured > /tmp/openwebui-gateway.log 2>&1
110
' >/dev/null
111
0 commit comments