修复群辉update之后403

This commit is contained in:
hanhh
2021-08-25 17:58:21 +08:00
parent 9c0f14aa89
commit a973c93c04
4 changed files with 49 additions and 2 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ copy_dep() {
echo -e "---> 通知文件复制完成\n"
echo -e "---> 2. 复制nginx配置文件\n"
cp -fv $nginx_conf /etc/nginx/conf.d/front.conf
cp -fv $nginx_conf /etc/nginx/nginx.conf
cp -fv $nginx_app_conf /etc/nginx/conf.d/front.conf
echo -e "---> 配置文件复制完成\n"
}
+2 -1
View File
@@ -32,7 +32,8 @@ file_notify_py_sample=$dir_sample/notify.py
file_notify_py=$dir_scripts/notify.py
file_notify_js=$dir_scripts/sendNotify.js
task_error_log_path=$dir_log/task_error.log
nginx_conf=$dir_root/docker/front.conf
nginx_app_conf=$dir_root/docker/front.conf
nginx_conf=$dir_root/docker/nginx.conf
## 清单文件
list_crontab_user=$dir_config/crontab.list
+1
View File
@@ -246,6 +246,7 @@ usage() {
echo -e "5. $cmd_update rmlog <days> # 删除旧日志"
echo -e "6. $cmd_update bot # 启动tg-bot"
echo -e "7. $cmd_update check # 检测青龙环境并修复"
echo -e "8. $cmd_update resetlet # 重置登录错误次数"
}
## 更新qinglong