mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update docker-vm.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user