From 983aec3913e52954f73da40bc9e2edf9cbb35dcb Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 25 Jul 2024 22:19:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20qinglong=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/start.sh b/shell/start.sh index fc402b56..7a3bb16c 100644 --- a/shell/start.sh +++ b/shell/start.sh @@ -67,10 +67,11 @@ cd ${QL_DIR} cp -f .env.example .env chmod 777 ${QL_DIR}/shell/*.sh -. ${QL_DIR}/shell/env.sh . ${QL_DIR}/shell/share.sh +. ${QL_DIR}/shell/env.sh echo -e "======================1. 检测配置文件========================\n" +import_config "$@" make_dir /etc/nginx/conf.d make_dir /run/nginx init_nginx