From 7c874f99a3444166e87f09c7106ca927ed3c1049 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 11 Apr 2023 13:03:59 +0800 Subject: [PATCH] Update buildvm.sh --- buildvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildvm.sh b/buildvm.sh index 75436e1..3ec9766 100644 --- a/buildvm.sh +++ b/buildvm.sh @@ -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