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

Update haos-vm-v4.sh

tweak
pull/930/head
tteckster 2 years ago committed by GitHub
parent 1a876727af
commit a0f9a1c20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,15 +62,13 @@ function cleanup() {
}
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
if [ `pveversion | grep "pve-manager/7.2" | wc -l` -ne 1 ]; then
if [ `pveversion | grep "pve-manager/7.3" | wc -l` -ne 1 ]; then
if [ `pveversion | grep "pve-manager/7.2\|7.3" | wc -l` -ne 1 ]; then
echo "⚠ This version of Proxmox Virtual Environment is not supported"
echo "Requires PVE Version: =>7.2"
echo "Exiting..."
sleep 3
exit
fi
fi
if (whiptail --title "HOME ASSISTANT OS VM" --yesno "This will create a New Home Assistant OS VM. Proceed?" 10 58); then
echo "User selected Yes"
else

Loading…
Cancel
Save

Powered by BW's shoe-string budget.