Update mikrotik-routeros-v5.sh

fix redirect
This commit is contained in:
tteckster 2023-01-20 10:36:19 -05:00 committed by GitHub
parent 85216cabc3
commit 419f750487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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