docs: fix controlUi.root config value using unexpanded tilde (#114594)

This commit is contained in:
Ali Adnan
2026-08-01 03:54:51 +05:00
committed by GitHub
parent 35be8ae6c2
commit de143f2760
+1 -1
View File
@@ -106,7 +106,7 @@ Then set:
"gateway": {
"controlUi": {
"enabled": true,
"root": "~/.openclaw/control-ui-custom"
"root": "${HOME}/.openclaw/control-ui-custom"
}
}
}