feat(脚本): 增加nginx错误提示

pull/1146/head
mack-a 2024-08-29 14:53:41 +08:00
parent ee00c667a3
commit 318c0a668e
1 changed files with 3 additions and 3 deletions

View File

@ -2062,8 +2062,8 @@ handleNginx() {
if [[ -z $(pgrep -f "nginx") ]]; then if [[ -z $(pgrep -f "nginx") ]]; then
echoContent red " ---> Nginx启动失败" echoContent red " ---> Nginx启动失败"
echoContent red " ---> 请手动尝试安装nginx后再次执行脚本" echoContent red " ---> 请将下方日志反馈给开发者"
nginx
if grep -q "journalctl -xe" </etc/v2ray-agent/nginx_error.log; then if grep -q "journalctl -xe" </etc/v2ray-agent/nginx_error.log; then
updateSELinuxHTTPPortT updateSELinuxHTTPPortT
fi fi
@ -9469,7 +9469,7 @@ menu() {
cd "$HOME" || exit cd "$HOME" || exit
echoContent red "\n==============================================================" echoContent red "\n=============================================================="
echoContent green "作者mack-a" echoContent green "作者mack-a"
echoContent green "当前版本v3.3.13" echoContent green "当前版本v3.3.14"
echoContent green "Githubhttps://github.com/mack-a/v2ray-agent" echoContent green "Githubhttps://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c" echoContent green "描述:八合一共存脚本\c"
showInstallStatus showInstallStatus