Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/48222394aa609ea964a7f7d25e3f2071163cb5ce?style=unified&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 330d42aee8
commit 48222394aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,7 +125,7 @@ for release in r:
if not release['prerelease']:
continue
for asset in release['assets']:
if asset['name'].endswith('$RELEASE_EXT'):
if asset['name'].endswith('$RELEASE_TYPE'):
global image_url
image_url = asset['browser_download_url']
break

Loading…
Cancel
Save

Powered by BW's shoe-string budget.