From 955e3d7cb6c20ecd71e0c3e135cedd2087914c02 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Thu, 20 Nov 2025 18:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/run.sh b/bin/run.sh index b522ea8..8669f2d 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -13,9 +13,8 @@ run() { # 检查bash是否安装 check_bash_installed - local password=$(jq -r '.auth.password' "$config_dir/config.json") - # 如果配置未初始化 + local password=$(jq -r '.auth.password' "$config_dir/config.json") if [ "$password" = "你的密码" ]; then # 执行初始化脚本 bash "$script_dir/init.sh"