Update docker-vm.sh
This commit is contained in:
parent
193323b4ab
commit
38ae29a206
@ -510,7 +510,7 @@ EOF
|
|||||||
)
|
)
|
||||||
qm set "$VMID" -description "$DESCRIPTION"
|
qm set "$VMID" -description "$DESCRIPTION"
|
||||||
|
|
||||||
f [ -n "$DISK_SIZE" ]; then
|
if [ -n "$DISK_SIZE" ]; then
|
||||||
msg_info "Resizing disk to $DISK_SIZE GB"
|
msg_info "Resizing disk to $DISK_SIZE GB"
|
||||||
qm resize $VMID scsi0 ${DISK_SIZE}
|
qm resize $VMID scsi0 ${DISK_SIZE}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user