Merge remote-tracking branch 'origin/master'

pull/355/head
wulabing 2019-11-26 10:22:08 +08:00
commit a2d6c92ff0
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ basic_optimization(){
port_alterid_set(){
read -p "请输入连接端口default:443:" port
[[ -z ${port} ]] && port="443"
read -p "请输入alterIDdefault:2:" alterID
read -p "请输入alterIDdefault:2 仅允许填数字:" alterID
[[ -z ${alterID} ]] && alterID="2"
}
modify_port_UUID(){

View File

@ -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 "请输入alterIDdefault:2:" alterID
stty erase '^H' && read -p "请输入alterIDdefault:2 仅允许填数字:" alterID
[[ -z ${alterID} ]] && alterID="2"
}