From ef6f3a9307bbbfce9f9811e1929959704e41e4f6 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Sat, 29 Jun 2024 04:41:30 +0800 Subject: [PATCH] =?UTF-8?q?VPS=E4=B8=80=E9=94=AE=E5=9B=9B=E5=90=88?= =?UTF-8?q?=E4=B8=80=E8=84=9A=E6=9C=AC(reality+vmess-argo+hysteria2+tuic5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sing-box.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sing-box.sh b/sing-box.sh index 2465511..a90de13 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -988,9 +988,9 @@ if [ ${check_singbox} -eq 0 ]; then 1) if command -v nginx &>/dev/null; then if [ -f /etc/alpine-release ]; then - rc-service argo status | grep -q "started" && rc-service nginx stop || red "nginx not running" + rc-service nginx status | grep -q "started" && rc-service nginx stop || red "nginx not running" else - [ "$(systemctl is-active argo)" = "active" ] && systemctl stop nginx || red "ngixn not running" + [ "$(systemctl is-active nginx)" = "active" ] && systemctl stop nginx || red "ngixn not running" fi else yellow "Nginx is not installed"