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

Update ubuntu-vm.sh

fixes https://github.com/tteck/Proxmox/issues/2090
pull/2104/head
tteckster 1 year ago committed by GitHub
parent 946114f59e
commit 04a0a412c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -408,7 +408,7 @@ qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null
qm set $VMID \
-efidisk0 ${DISK0_REF}${FORMAT} \
-scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=2G \
-ide2 local-lvm:cloudinit \
-ide2 ${STORAGE}:cloudinit \
-boot order=scsi0 \
-serial0 socket \
-description "# Ubuntu 22.04 VM

Loading…
Cancel
Save

Powered by BW's shoe-string budget.