Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/315218abc03dd8e350b50f2359ce7f8c583dd4e6?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -313,10 +313,10 @@ case $STORAGE_TYPE in
; ;
; ;
zfspool| btrfs)
zfspool| btrfs)
DISK_EXT = ". qcow2 "
DISK_EXT = ". raw "
DISK_REF = " $VMID / "
DISK_REF = " $VMID / "
DISK_FORMAT = "subvol"
DISK_FORMAT = "subvol"
DISK_IMPORT = "-format subvol "
DISK_IMPORT = "-format raw "
; ;
; ;
esac
esac
@ -330,7 +330,7 @@ msg_ok "Extracted KVM Disk Image"
msg_info "Creating HAOS VM"
msg_info "Creating HAOS VM"
qm create $VMID -agent 1 -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
-onboot 1 -ostype l26 -scsihw virtio-scsi-pci
pvesm alloc $STORAGE $VMID $DISK0 4M 1>& /dev/null #--format ${DISK_FORMAT:-qcow2}
pvesm alloc $STORAGE $VMID $DISK0 4M 1>& /dev/null
qm importdisk $VMID ${ FILE %.* } $STORAGE ${ DISK_IMPORT :- } 1>& /dev/null
qm importdisk $VMID ${ FILE %.* } $STORAGE ${ DISK_IMPORT :- } 1>& /dev/null
qm set $VMID \
qm set $VMID \
-efidisk0 ${ DISK0_REF } ,efitype= 4m,size= 4M \
-efidisk0 ${ DISK0_REF } ,efitype= 4m,size= 4M \