修复 qinglong 命令

This commit is contained in:
whyour 2023-12-04 11:14:57 +08:00
parent 5e671da31d
commit 40a5e37296

View File

@ -64,6 +64,7 @@ cd ${QL_DIR}
cp -f .env.example .env
chmod 777 ${QL_DIR}/shell/*.sh
. $dir_shell/env.sh
. ${QL_DIR}/shell/share.sh
make_dir /etc/nginx/conf.d
@ -83,7 +84,6 @@ if [[ "$is_equal_registry" == "" ]]; then
cd && pnpm config set registry $NpmMirror
pnpm install -g
fi
update_depend
reload_pm2