Skip to content

Commit e5766da

Browse files
committed
Update docker-vm.sh
1 parent 0239abb commit e5766da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/docker-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ EOF
510510
)
511511
qm set "$VMID" -description "$DESCRIPTION" >/dev/null
512512

513-
f [ -n "$DISK_SIZE" ]; then
513+
if [ -n "$DISK_SIZE" ]; then
514514
msg_info "Resizing disk to $DISK_SIZE GB"
515515
qm resize $VMID scsi0 ${DISK_SIZE} >/dev/null
516516
else

0 commit comments

Comments
 (0)