mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
Update buildvm.sh
This commit is contained in:
parent
226f7ef6a2
commit
7c874f99a3
1 changed files with 1 additions and 1 deletions
|
@ -19,9 +19,9 @@ web1_port="${8:-40002}"
|
|||
web2_port="${9:-40003}"
|
||||
port_first="${10:-49975}"
|
||||
port_last="${11:-50000}"
|
||||
system="${12:-debian10}"
|
||||
# in="${12:-300}"
|
||||
# out="${13:-300}"
|
||||
system="${14:-debian10}"
|
||||
rm -rf "vm$name"
|
||||
|
||||
if [ ! -d "qcow" ]; then
|
||||
|
|
Loading…
Reference in a new issue