Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/c495bdd5c40bef5f7324c350cc714afc4865e666 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update pimox-haos-vm.sh

PVE 8 compatible
pull/1599/head
tteckster 2 years ago committed by GitHub
parent 9e2a5129e8
commit c495bdd5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ else
exit
fi
function PVE_CHECK() {
if [ $(pveversion | grep -c "pve-manager/7\.[2-9]") -eq 0 ]; then
if ! pveversion | grep -Eq "pve-manager/(7\.[2-9]|8\.[0-9])"; then
echo -e "${CROSS} This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.2 or higher"
echo -e "Exiting..."

Loading…
Cancel
Save

Powered by BW's shoe-string budget.