mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 11:38:00 +08:00
Update create_vm.sh
This commit is contained in:
parent
008f7d8794
commit
67e4c30333
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ else
|
||||||
port_end="${last_line_array[10]}"
|
port_end="${last_line_array[10]}"
|
||||||
system="${last_line_array[11]}"
|
system="${last_line_array[11]}"
|
||||||
green "最后一个NAT服务器对应的信息:"
|
green "最后一个NAT服务器对应的信息:"
|
||||||
echo "NAT服务器: $nat"
|
echo "NAT服务器: $vm_num"
|
||||||
# echo "用户名: $user"
|
# echo "用户名: $user"
|
||||||
# echo "密码: $password"
|
# echo "密码: $password"
|
||||||
echo "外网SSH端口: $ssh_port"
|
echo "外网SSH端口: $ssh_port"
|
||||||
|
|
Loading…
Reference in a new issue