Update docker-vm.sh

This commit is contained in:
CanbiZ 2025-05-05 22:34:19 +02:00 committed by GitHub
parent 193323b4ab
commit 38ae29a206
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -510,7 +510,7 @@ EOF
)
qm set "$VMID" -description "$DESCRIPTION"
f [ -n "$DISK_SIZE" ]; then
if [ -n "$DISK_SIZE" ]; then
msg_info "Resizing disk to $DISK_SIZE GB"
qm resize $VMID scsi0 ${DISK_SIZE}
else