From faf13f284a68ebf64426a6e2be7bf007c2a280bd Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sat, 4 Apr 2026 14:41:15 +0200 Subject: [PATCH] Update setup-openclaw.sh --- scripts/setup-openclaw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-openclaw.sh b/scripts/setup-openclaw.sh index 6ca0e22c..b7ae4495 100644 --- a/scripts/setup-openclaw.sh +++ b/scripts/setup-openclaw.sh @@ -23,7 +23,7 @@ if ! python -m g4f --help >/dev/null 2>&1; then python -m pip install -U g4f[all] fi -CONFIG_DIR="${HOME}/.config/g4f/cookies" +CONFIG_DIR="${HOME}/.g4f/cookies" CONFIG_FILE="${CONFIG_DIR}/config.yaml" ENV_FILE="${CONFIG_DIR}/.env"