fix: add gws config directory and fix gog symlink path
- Add /home/node/.openclaw/gws directory for Google Workspace CLI - Fix gog symlink from .config/gog to .config/gogcli (correct path) - Add symlink for gws at .config/gws - Update init-perms to create gog, ssh, and gws subdirectories
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
[
|
||||
"sh",
|
||||
"-c",
|
||||
"mkdir -p /config /workspace && chown -R 1000:1000 /config /workspace && chmod 755 /config /workspace",
|
||||
"mkdir -p /config/gog /config/ssh /config/gws /workspace && chown -R 1000:1000 /config /workspace && chmod 755 /config /workspace",
|
||||
]
|
||||
volumes:
|
||||
- openclaw-config:/config
|
||||
|
||||
Reference in New Issue
Block a user