1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-06 14:43:08 +00:00

Update docker-vm.sh

This commit is contained in:
CanbiZ 2025-05-05 22:33:49 +02:00
parent 0239abb126
commit e5766da56d

View File

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