From 61aca1d6754d2880bb677415740dc2e49791168a Mon Sep 17 00:00:00 2001 From: wulabing Date: Mon, 25 Nov 2019 23:57:26 +0800 Subject: [PATCH] =?UTF-8?q?alterid=20=E4=BB=85=E6=95=B0=E5=AD=97=20?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- install_h2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3b429c1..e7944a5 100644 --- a/install.sh +++ b/install.sh @@ -180,7 +180,7 @@ basic_optimization(){ port_alterid_set(){ read -p "请输入连接端口(default:443):" port [[ -z ${port} ]] && port="443" - read -p "请输入alterID(default:2):" alterID + read -p "请输入alterID(default:2 仅允许填数字):" alterID [[ -z ${alterID} ]] && alterID="2" } modify_port_UUID(){ diff --git a/install_h2.sh b/install_h2.sh index a9ea6a8..31d50c6 100644 --- a/install_h2.sh +++ b/install_h2.sh @@ -177,7 +177,7 @@ dependency_install(){ port_alterid_set(){ stty erase '^H' && read -p "请输入连接端口(default:443):" port [[ -z ${port} ]] && port="443" - stty erase '^H' && read -p "请输入alterID(default:2):" alterID + stty erase '^H' && read -p "请输入alterID(default:2 仅允许填数字):" alterID [[ -z ${alterID} ]] && alterID="2" }