From aab132a90096886c2c8bfab53c729c395cabd113 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sun, 9 Feb 2025 15:03:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=A3=80=E6=9F=A5bas?= =?UTF-8?q?h=E6=98=AF=E5=90=A6=E5=AE=89=E8=A3=85=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= 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 17b7f48..b9b45b4 100644 --- a/bin/run.sh +++ b/bin/run.sh @@ -8,6 +8,9 @@ source $script_dir/utils/base.sh # 检查jq是否安装 check_jq +# 检查bash是否安装 +check_bash_installed + password=$(jq -r '.auth.password' $config_dir/config.json) # 如果配置未初始化