From 226f7ef6a2464decf725f6b0cc765feb7fd8f105 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:01:42 +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 77ad9e0..1fe7bd5 100644 --- a/create_vm.sh +++ b/create_vm.sh @@ -80,7 +80,7 @@ build_new_vms(){ web2_port=$(($web1_port + 3)) port_start=$(($port_end + 1)) port_end=$(($port_start + 25)) - ./buildvm.sh $vm_num $user $password 1 512 5 $ssh_port $web1_port $web2_port $port_start $port_end + ./buildvm.sh $vm_num $user $password 1 512 5 $ssh_port $web1_port $web2_port $port_start $port_end ubuntu20 cat "vm$vm_num" >> vmlog rm -rf "vm$vm_num" done