fix rungost.sh

main
yanglc 2023-07-24 07:27:46 +08:00 committed by GitHub
parent 00d3d6ad18
commit 50e229d3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -189,7 +189,6 @@ function read_d_ip() {
echo -e "注意: 落地机开启自定义tls证书务必填写${Red_font_prefix}域名${Font_color_suffix}"
fi
read -p "请输入: " flag_c
fi
}
function read_d_port() {
if [[ "$flag_a" == "peer"* ]]; then
@ -644,4 +643,4 @@ case "$num" in
*)
echo "请输入正确数字 [1-9]"
;;
esac
esac