From f79590b22914f1ca9f54f43f3222f9a946f641fd Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sat, 22 Nov 2025 16:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index 44eee22..aee89e2 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -11,7 +11,6 @@ fi uuid=$(jq -r '.inbounds[0].settings.clients[0].id' "$config_dir/config.json") if [ "$uuid" = "你的UUID" ] || [ -z "$uuid" ]; then # 执行初始化脚本 - echo "配置未初始化" echo "正在执行初始化脚本..." bash "$script_dir/create_config.sh" fi