fix bug
This commit is contained in:
+2
-2
@@ -31,7 +31,7 @@ check_dependencies() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
source ./bin/utils/bash.sh
|
||||
source ./bin/utils/base.sh
|
||||
check_jq || exit_with_dep_error
|
||||
check_docker || exit_with_dep_error
|
||||
check_docker_compose || exit_with_dep_error
|
||||
@@ -39,7 +39,7 @@ check_dependencies() {
|
||||
|
||||
# 安装依赖
|
||||
install_dependencies() {
|
||||
source ./bin/utils/bash.sh
|
||||
source ./bin/utils/base.sh
|
||||
|
||||
if ! command -v jq >/dev/null 2>&1; then
|
||||
echo "jq 未安装,开始安装..."
|
||||
|
||||
Reference in New Issue
Block a user