Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wulabing committed Nov 26, 2019
2 parents 5857452 + 61aca1d commit a2d6c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down
2 changes: 1 addition & 1 deletion install_h2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit a2d6c92

Please sign in to comment.