From b499bc01cf46287cba394267b596f8479fa14946 Mon Sep 17 00:00:00 2001 From: line-6000 <154492442+line-6000@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:12:34 +0800 Subject: [PATCH] Change install flag to true in .env.example --- src/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.env.example b/src/.env.example index 24cd47e..3cf527e 100644 --- a/src/.env.example +++ b/src/.env.example @@ -56,4 +56,4 @@ order_notice_max_retry=0 api_rate_url= # Set to true to re-run the install wizard on next startup. -install=false \ No newline at end of file +install=true