From 44bf650f262606b0ab821c4beaf8d20b655f4fdf Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sat, 8 Feb 2025 21:16:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E8=84=9A=E6=9C=AC=E6=89=A7=E8=A1=8C=E5=89=8D=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/run.sh b/bin/run.sh index 4054884..e88485c 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -8,7 +8,10 @@ uuid=$(jq -r '.inbounds[0].settings.clients[0].id' $config_dir/config.json) # 如果配置未初始化 if [ $uuid = "你的UUID" ]; then # 执行初始化脚本 + echo "配置未初始化" + echo "正在执行初始化脚本..." bash $script_dir/init.sh + echo "初始化完成" fi ## 启动docker容器