From bf22c177a4864e2d3db768774b0960a548031ee3 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sat, 9 May 2026 16:06:52 +0800 Subject: [PATCH] fix(env): quote SEED_OPERATOR_NAME so bash sourcing tolerates parens --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 73ddfaf..4747092 100644 --- a/.env.development +++ b/.env.development @@ -8,6 +8,6 @@ MEDIA_DIR=/data/media BOT_HEALTH_PORT=8081 BOT_LOG_LEVEL=debug SEED_OPERATOR_TELEGRAM_ID=818380985 -SEED_OPERATOR_NAME=yiekheng (dev) +SEED_OPERATOR_NAME="yiekheng (dev)" WEB_PORT=3000 AUTH_SECRET=86f656580a58f03b6ccb43d257e0e801ecd5356e042e8886b3c7c569e29ff13c