mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-19 03:07:50 +08:00
修复check命令
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ reset_env() {
|
|||||||
echo -e "---> 配置文件检测完成\n"
|
echo -e "---> 配置文件检测完成\n"
|
||||||
|
|
||||||
echo -e "---> 2. 开始安装青龙依赖\n"
|
echo -e "---> 2. 开始安装青龙依赖\n"
|
||||||
rm $dir_root/node_modules
|
rm -rf $dir_root/node_modules
|
||||||
npm_install_2 $dir_root
|
npm_install_2 $dir_root
|
||||||
echo -e "---> 青龙依赖安装完成\n"
|
echo -e "---> 青龙依赖安装完成\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user