From 6f171602a29ddda3b0842082ec78f503f7710bbd Mon Sep 17 00:00:00 2001 From: iiiiiii1 <25471406+iiiiiii1@users.noreply.github.com> Date: Fri, 11 May 2018 18:58:06 +0800 Subject: [PATCH] Update socat.sh --- socat.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/socat.sh b/socat.sh index d8f9b55..6ab7cbc 100644 --- a/socat.sh +++ b/socat.sh @@ -115,9 +115,9 @@ start_socat(){ sleep 3 echo echo -e "${Green}Socat安装并配置成功!${Font}" - echo -e "${Blue}你的本地端口为: ${port1}${Font}" - echo -e "${Blue}你的远程端口为: ${port2}${Font}" - echo -e "${Blue}你的本地服务器IP为: ${ip}${Font}" + echo -e "${Blue}你的本地端口为:${port1}${Font}" + echo -e "${Blue}你的远程端口为:${port2}${Font}" + echo -e "${Blue}你的本地服务器IP为:${ip}${Font}" exit 0 }