修复双版本间逻辑问题

修复modify_inbound_port =逻辑错误
pull/355/head
wulabing 2019-12-30 15:42:03 +08:00
parent 54cfbe737e
commit 3f393e6664
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ modify_alterid(){
echo -e "${GreenBG} alterID:${alterID} ${Font}"
}
modify_inbound_port(){
if [[ "$shell_mode" = "h2" ]]
if [[ "$shell_mode" -ne "h2" ]]
then
let PORT=$RANDOM+10000
sed -i "/\"port\"/c \ \"port\":${PORT}," ${v2ray_conf}