From c27e679a1a6d99a06a45e1be08edbe548e1cac29 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 12 Mar 2021 16:11:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9mt?= =?UTF-8?q?g=E5=BC=80=E6=9C=BA=E8=87=AA=E5=90=AF=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b017b99..e26e776 100644 --- a/install.sh +++ b/install.sh @@ -3471,7 +3471,7 @@ RestartPreventExitStatus=23 WantedBy=multi-user.target EOF systemctl daemon-reload - systemctl enable nginx + systemctl enable mtg } # 初始化MTG secret @@ -3484,7 +3484,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.4.2" + echoContent green "当前版本:v2.4.3" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:七合一共存脚本" echoContent red "=============================================================="