From 7f2cc5c9c4631ed6dca0449ce5e7dd65aa3fa9db Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 9 Apr 2023 21:39:49 +0800 Subject: [PATCH] Update create_vm.sh --- back/create_vm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/back/create_vm.sh b/back/create_vm.sh index 4e8fb0e..7ed704e 100644 --- a/back/create_vm.sh +++ b/back/create_vm.sh @@ -30,10 +30,10 @@ pre_check(){ # 检查当前目录下是否有vmlog文件 if [ ! -f "vmlog" ]; then yellow "当前目录下不存在vmlog文件" - nat_num=100 + nat_num=200 ssh_port=40000 - port_start=50000 - port_end=50025 +# port_start=50000 + port_end=50000 echo "" > vmlog else lines=$(cat vmlog | sed '/^$/d')