Skip to content

Commit

Permalink
bug fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Apr 7, 2018
1 parent 688cf1b commit 57291e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1

_version="v1.64"
_version="v1.65"

cmd="apt-get"

Expand Down Expand Up @@ -2006,7 +2006,7 @@ blocked_hosts() {
change_v2ray_alterId() {
echo
while :; do
echo -e "请输入 ${yellow}$alterId${none} 的数值 [${magenta}1-65535$none]"
echo -e "请输入 ${yellow}alterId${none} 的数值 [${magenta}1-65535$none]"
read -p "$(echo -e "(当前数值是: ${cyan}$alterId$none):") " new_alterId
[[ -z $new_alterId ]] && error && continue
case $new_alterId in
Expand Down

0 comments on commit 57291e7

Please sign in to comment.