mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 19:44:38 +08:00
Update create_vm.sh
This commit is contained in:
parent
6f0451f7d4
commit
228ec18108
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ build_new_vms(){
|
|||
password=${ori: 2: 9}
|
||||
ssh_port=$(($web2_port + 1))
|
||||
web1_port=$(($web2_port + 2))
|
||||
web2_port=$(($web1_port + 3))
|
||||
web2_port=$(($web1_port + 1))
|
||||
port_start=$(($port_end + 1))
|
||||
port_end=$(($port_start + 25))
|
||||
./buildvm.sh $vm_num $user $password $cpu_nums $memory_nums $disk_nums $ssh_port $web1_port $web2_port $port_start $port_end debian10
|
||||
|
|
Loading…
Reference in a new issue