Skip to content

Commit

Permalink
修复 qinglong 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 1, 2024
1 parent a345d90 commit 66e5769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66e5769

Please sign in to comment.