diff --git a/vm/mikrotik-routeros-v5.sh b/vm/mikrotik-routeros-v5.sh index 32eaffa7..789d2e75 100644 --- a/vm/mikrotik-routeros-v5.sh +++ b/vm/mikrotik-routeros-v5.sh @@ -264,8 +264,8 @@ pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null qm importdisk $VMID ${FILE%.*} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null qm set $VMID \ -efidisk0 ${DISK0_REF},efitype=4m,size=4M \ - -scsi0 ${DISK1_REF},size=2G >/dev/null - -boot order=scsi0 >/dev/null + -scsi0 ${DISK1_REF},size=2G \ + -boot order=scsi0 \ -description "# Mikrotik RouterOS VM ### https://github.com/tteck/Proxmox [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null