mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复 qinglong 命令
This commit is contained in:
parent
df8f64de4f
commit
983aec3913
|
@ -67,10 +67,11 @@ 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
|
||||||
|
|
||||||
. ${QL_DIR}/shell/env.sh
|
|
||||||
. ${QL_DIR}/shell/share.sh
|
. ${QL_DIR}/shell/share.sh
|
||||||
|
. ${QL_DIR}/shell/env.sh
|
||||||
|
|
||||||
echo -e "======================1. 检测配置文件========================\n"
|
echo -e "======================1. 检测配置文件========================\n"
|
||||||
|
import_config "$@"
|
||||||
make_dir /etc/nginx/conf.d
|
make_dir /etc/nginx/conf.d
|
||||||
make_dir /run/nginx
|
make_dir /run/nginx
|
||||||
init_nginx
|
init_nginx
|
||||||
|
|
Loading…
Reference in New Issue
Block a user