From 67e4c30333b8321e217520e8a2d5ccebfd1f2f97 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:54:08 +0800 Subject: [PATCH] Update create_vm.sh --- create_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_vm.sh b/create_vm.sh index 28b8741..f0cb505 100644 --- a/create_vm.sh +++ b/create_vm.sh @@ -55,7 +55,7 @@ else port_end="${last_line_array[10]}" system="${last_line_array[11]}" green "最后一个NAT服务器对应的信息:" - echo "NAT服务器: $nat" + echo "NAT服务器: $vm_num" # echo "用户名: $user" # echo "密码: $password" echo "外网SSH端口: $ssh_port"