Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/6ff4f880ab0eccec44c9a71d3f04e93d1e7cd5bb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -320,12 +320,12 @@ done
msg_ok "Extracted Disk Image"
msg_info "Creating Pi-HAOS VM"
qm create $VMID -bios ovmf -cores $CORE_COUNT -memory $RAM_SIZE -name $VM_NAME -net0 virtio,bridge= $BRG ,macaddr= $MAC $VLAN \
qm create $VMID -agent 1 - bios ovmf -cores $CORE_COUNT -memory $RAM_SIZE -name $VM_NAME -net0 virtio,bridge= $BRG ,macaddr= $MAC $VLAN \
-onboot 1 -ostype l26 -scsihw virtio-scsi-pci
pvesm alloc $STORAGE $VMID $DISK0 8 M 1>& /dev/null
pvesm alloc $STORAGE $VMID $DISK0 4 M 1>& /dev/null
qm importdisk $VMID ${ FILE %.* } $STORAGE ${ DISK_IMPORT :- } 1>& /dev/null
qm set $VMID \
-efidisk0 ${ DISK0_REF } ,efitype= 8m,size= 8 M \
-efidisk0 ${ DISK0_REF } ,efitype= 4m,size= 4 M \
-scsi0 ${ DISK1_REF } ,size= 32G >/dev/null
qm set $VMID \
-boot order = scsi0 >/dev/null