Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/a4169ad50413ebb0cdc8dea08d0c3226a00b46e3?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -141,9 +141,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 \
-sata 0 ${ DISK1_REF } ,size= 32G > /dev/null
-scsi 0 ${ DISK1_REF } ,size= 32G > /dev/null
qm set $VMID \
qm set $VMID \
-boot order = sata 0 > /dev/null
-boot order = scsi 0 > /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 "
@ -174,4 +174,4 @@ set +o errtrace
qm set $VMID -serial0 socket >/dev/null
qm set $VMID -serial0 socket >/dev/null
)
)
info " Completed Successfully! New VM ID is \e[1m $VMID \e[0m. "
info " Completed Successfully! New VM ID is \e[1m $VMID \e[0m. "