From 86e8b1383ce2f13737f0314a54804f6e83eb53c5 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 3 Nov 2021 16:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcheck=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/check.sh b/shell/check.sh index 00194901..708b6363 100644 --- a/shell/check.sh +++ b/shell/check.sh @@ -10,7 +10,7 @@ reset_env() { echo -e "---> 配置文件检测完成\n" echo -e "---> 2. 开始安装青龙依赖\n" - rm $dir_root/node_modules + rm -rf $dir_root/node_modules npm_install_2 $dir_root echo -e "---> 青龙依赖安装完成\n"