From e2df9f64ef2401840b7fabc5e1fbd29d2a0a754a Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 23 Apr 2023 14:00:37 +0800 Subject: [PATCH] Update create_ct.sh --- scripts/create_ct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_ct.sh b/scripts/create_ct.sh index a9be75a..f229e21 100644 --- a/scripts/create_ct.sh +++ b/scripts/create_ct.sh @@ -55,7 +55,7 @@ check_info(){ port_end="${last_line_array[6]}" system="${last_line_array[7]}" green "当前最后一个NAT服务器对应的信息:" - echo "NAT服务器: $vm_num" + echo "NAT服务器: $ct_num" # echo "用户名: $user" # echo "密码: $password" echo "外网SSH端口: $ssh_port"