From 338102b995a9af354b60ebb04800800e62e12f56 Mon Sep 17 00:00:00 2001 From: QL Date: Sat, 31 Jul 2021 04:34:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=89ql=20extra.sh=20=F0=9F=94=A8fix=20b?= =?UTF-8?q?ug=202021-07-31=2012:34:29?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tasks/qlrepo/extra.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tasks/qlrepo/extra.sh b/Tasks/qlrepo/extra.sh index 72a677c..ac955a1 100644 --- a/Tasks/qlrepo/extra.sh +++ b/Tasks/qlrepo/extra.sh @@ -26,7 +26,7 @@ OtherRepo=() ##示例:OtherRepo=(1 3) dependencies="no" ##yes为安装,no为不安装 package_name="canvas png-js date-fns axios crypto-js ts-md5 tslib @types/node dotenv typescript fs require tslib" ## 3. Ninja 是否需要启动和更新设置 -Ninja="down" ##up为运行,down为不运行 +Ninja="up" ##up为运行,down为不运行 #------ 编号区 ------# @@ -143,7 +143,7 @@ check_Ninja_all(){ reinstall_Ninja_force } -if [ "Ninja" = "up" ]; then +if [ "${Ninja}" = "up" ]; then check_Ninja_all & fi @@ -215,6 +215,6 @@ install_dependencies_all(){ done } -if [ "${dependencies}" = 'yes' ]; then +if [ "${dependencies}" = "yes" ]; then install_dependencies_all & fi \ No newline at end of file