Initial Commit
This commit is contained in:
parent
3ef1445893
commit
ad86ed52b3
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user