mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
Update create_vm.sh
This commit is contained in:
parent
03301c6fce
commit
226f7ef6a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue