Skip to content

Commit

Permalink
# v1.0.5 修复</strong> IP归属地功能 CentOS端口IP信息叠加BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Aug 7, 2017
1 parent ff7296d commit 9c25485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssr_ip_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH
#=================================================
# System Required: CentOS 6+/Debian 7+/Ubuntu 14.04+
# Description: ShadowsocksR Port-IP Check
# Version: 1.0.4
# Version: 1.0.5
# Author: Toyo
#=================================================
# ——————————————————————————————
Expand Down Expand Up @@ -77,6 +77,7 @@ check_threshold_centos(){
ip_check=`echo -e "\n${ip_check_1}"`
fi
[[ ${ip_num} -ge ${IP_threshold} ]] && echo -e " 端口: ${Red_font_prefix}${port_check}${Font_color_suffix} ,IP总数: ${Red_font_prefix}${ip_num}${Font_color_suffix} ,IP: ${Sky_blue_font_prefix}$(echo "${ip_check}")${Font_color_suffix}"
ip_check=""
done
}
check_threshold_debian(){
Expand Down

0 comments on commit 9c25485

Please sign in to comment.