From 5c413f4af57eb4282590eaf47e5d081474be7f01 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 14 Jun 2025 23:24:31 +0800 Subject: [PATCH] . --- wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper.sh b/wrapper.sh index 26fa479..b6278b6 100644 --- a/wrapper.sh +++ b/wrapper.sh @@ -7,7 +7,7 @@ if [ -z "${SUPABASE_URL:-}" ]; then fi # ✅ 删除旧的 env.js(如果存在) -ENV_FILE="/plugai/zerostak/t1/public/env.js" +ENV_FILE="/plugai/zerostack/t1/public/env.js" if [ -f "$ENV_FILE" ]; then echo "[plugai-ui] Removing old env.js" rm -f "$ENV_FILE"