mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
docs: fix controlUi.root config value using unexpanded tilde (#114594)
This commit is contained in:
@@ -106,7 +106,7 @@ Then set:
|
||||
"gateway": {
|
||||
"controlUi": {
|
||||
"enabled": true,
|
||||
"root": "~/.openclaw/control-ui-custom"
|
||||
"root": "${HOME}/.openclaw/control-ui-custom"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user