mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
容器启动忽略config和env中的错误
This commit is contained in:
parent
c80a9d1e65
commit
0f31cb5fcc
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
dir_shell=/ql/shell
|
||||
. $dir_shell/share.sh
|
||||
link_shell
|
||||
|
||||
set -e
|
||||
echo -e "======================1. 检测配置文件========================\n"
|
||||
fix_config
|
||||
cp -fv $nginx_conf /etc/nginx/nginx.conf
|
||||
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
|
||||
pm2 l >/dev/null 2>&1
|
||||
|
|
Loading…
Reference in New Issue
Block a user