修复 qinglong 命令

This commit is contained in:
whyour 2024-07-25 22:19:16 +08:00
parent df8f64de4f
commit 983aec3913

View File

@ -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