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

Update pve8-upgrade.sh

work with 7.4-14
pull/1593/head
tteckster 2 years ago committed by GitHub
parent 7eba5494ea
commit 4fc26a08d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -179,7 +179,7 @@ if ! command -v pveversion >/dev/null 2>&1; then
exit
fi
if [ $(pveversion | grep "pve-manager/7.4-13" | wc -l) -ne 1 ]; then
if [ $(pveversion | grep -E "pve-manager/(7.4-13|7.4-14)" | wc -l) -ne 1 ]; then
header_info
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e " Requires PVE Version: 7.4-13"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.