mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复 qinglong 命令
This commit is contained in:
parent
187eaa534d
commit
f4c3abb7f5
|
@ -64,6 +64,7 @@ cd ${QL_DIR}
|
||||||
cp -f .env.example .env
|
cp -f .env.example .env
|
||||||
chmod 777 ${QL_DIR}/shell/*.sh
|
chmod 777 ${QL_DIR}/shell/*.sh
|
||||||
|
|
||||||
|
. $dir_shell/env.sh
|
||||||
. ${QL_DIR}/shell/share.sh
|
. ${QL_DIR}/shell/share.sh
|
||||||
|
|
||||||
make_dir /etc/nginx/conf.d
|
make_dir /etc/nginx/conf.d
|
||||||
|
@ -83,7 +84,6 @@ if [[ "$is_equal_registry" == "" ]]; then
|
||||||
cd && pnpm config set registry $NpmMirror
|
cd && pnpm config set registry $NpmMirror
|
||||||
pnpm install -g
|
pnpm install -g
|
||||||
fi
|
fi
|
||||||
update_depend
|
|
||||||
|
|
||||||
reload_pm2
|
reload_pm2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user