Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/ff863203c4fe3262d8162d32b1ac95f77a1c4bdf?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update haos_vm.sh

pull/17/head
tteckster 3 years ago committed by GitHub
parent 5490822e86
commit ff863203c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,9 +133,9 @@ pvesm alloc $STORAGE $VMID $DISK0 128 1>&/dev/null
qm importdisk $VMID ${FILE%.*} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null qm importdisk $VMID ${FILE%.*} $STORAGE ${IMPORT_OPT:-} 1>&/dev/null
qm set $VMID \ qm set $VMID \
-efidisk0 ${DISK0_REF},size=128K \ -efidisk0 ${DISK0_REF},size=128K \
-scsi0 ${DISK1_REF},size=32G > /dev/null -scsi0 ${DISK1_REF},size=32G >/dev/null
qm set $VMID \ qm set $VMID \
-boot order=scsi0 > /dev/null -boot order=scsi0 >/dev/null
set +o errtrace set +o errtrace
( (
echo -e "${CHECKMARK} \e[1;92m Adding serial port and configuring console... \e[0m" echo -e "${CHECKMARK} \e[1;92m Adding serial port and configuring console... \e[0m"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.