Initial Commit

This commit is contained in:
Sthope 2023-07-26 06:11:22 +02:00
parent 3ef1445893
commit ad86ed52b3
2 changed files with 0 additions and 6 deletions

View File

@ -83,9 +83,6 @@ qm set $vm_id --ipconfig0 ip=$ip4,ip6=$ip6 >/dev/null
qm set $vm_id --ciuser "$username" --cipassword "$password" >/dev/null
qm resize $vm_id scsi0 +"$hdd_size"G >/dev/null
if start_now == "y"; do
if [ $start_now -eq 1 ]; then
qm start $vm_id
fi

View File

@ -83,9 +83,6 @@ qm set $vm_id --ipconfig0 ip=$ip4,ip6=$ip6 >/dev/null
qm set $vm_id --ciuser "$username" --cipassword "$password" >/dev/null
qm resize $vm_id scsi0 +"$hdd_size"G >/dev/null
if start_now == "y"; do
if [ $start_now -eq 1 ]; then
qm start $vm_id
fi