Update buildvm.sh

This commit is contained in:
spiritLHLS 2023-04-11 13:03:59 +08:00 committed by GitHub
parent 226f7ef6a2
commit 7c874f99a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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