From 12d4b0090603a54d86d7ea97bd450c52cf27c4aa Mon Sep 17 00:00:00 2001 From: Toyo Date: Sun, 30 Apr 2017 00:44:37 +0800 Subject: [PATCH] =?UTF-8?q?#=20v2.0.16=20=E4=BF=AE=E5=A4=8D=20=E5=A4=9A?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E6=A8=A1=E5=BC=8F=E4=B8=8B=EF=BC=8C=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E5=AD=98=E5=9C=A8=E9=87=8D=E5=A4=8D=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssr.sh b/ssr.sh index e826688..0d64baf 100644 --- a/ssr.sh +++ b/ssr.sh @@ -954,7 +954,7 @@ Del_multi_port_user(){ echo -e "请输入要删除的用户端口" stty erase '^H' && read -p "(默认: 取消):" del_user_port [[ -z "${del_user_port}" ]] && echo -e "已取消..." && exit 1 - del_user=`cat ${config_user_file}|grep '"'"${modify_user_port}"'"'` + del_user=`cat ${config_user_file}|grep '"'"${del_user_port}"'"'` if [[ ! -z ${del_user} ]]; then port=${del_user_port} Del_iptables