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

Update haos-vm.sh

pull/152/head
tteckster 3 years ago committed by GitHub
parent cb0cad67ae
commit 4822a2d377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -122,7 +122,7 @@ r = requests.get(url).json()
if "message" in r: if "message" in r:
exit() exit()
for release in r: for release in r:
if release["release"]: if not release["prerelease"]:
continue continue
for asset in release["assets"]: for asset in release["assets"]:
if asset["name"].find("$RELEASE_TYPE") != -1: if asset["name"].find("$RELEASE_TYPE") != -1:

Loading…
Cancel
Save

Powered by BW's shoe-string budget.