feat: 增加检查bash是否安装的功能
This commit is contained in:
parent
6c97e405c9
commit
aab132a900
@ -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)
|
||||
|
||||
# 如果配置未初始化
|
||||
|
||||
Loading…
Reference in New Issue
Block a user