From 4ec2f7c1797f950aacd6346e0a61527f44747493 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:23:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E3=80=81=E6=B7=BB=E5=8A=A0=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E5=90=8E=E9=87=8D=E6=96=B0=E8=BF=9B=E5=85=A5=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 42aaf86..f97bd1c 100644 --- a/install.sh +++ b/install.sh @@ -3636,6 +3636,7 @@ EOF echoContent green " ---> 添加成功" reloadCore + addCorePort fi elif [[ "${selectNewPortType}" == "2" ]]; then @@ -3646,6 +3647,7 @@ EOF if [[ -n "${dokoConfig}" ]]; then rm "${configPath}/$(echo "${dokoConfig}" | awk -F "[:]" '{print $2}')" reloadCore + addCorePort else echoContent yellow "\n ---> 编号输入错误,请重新选择" addCorePort