mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 01:38:12 +08:00
Update create_vm.sh
This commit is contained in:
parent
b834fe33d5
commit
7b798ca360
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ build_new_vms(){
|
||||||
done
|
done
|
||||||
while true; do
|
while true; do
|
||||||
sys_status="false"
|
sys_status="false"
|
||||||
reading "每个虚拟机都使用什么系统?(若都使用debian11,则输入debian11或留空):" system
|
reading "每个虚拟机都使用什么系统?(若都使用debian11,则留空或输入debian11):" system
|
||||||
if [ -z "$system" ]; then
|
if [ -z "$system" ]; then
|
||||||
system="debian11"
|
system="debian11"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue