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

Update alpine-adguard-v5.sh

Tweak
pull/1189/head
tteckster 2 years ago committed by GitHub
parent 268a36a871
commit cde33cf00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -435,11 +435,10 @@ if command -v pveversion >/dev/null 2>&1; then
install_script
fi
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /opt/AdGuardHome ]]; then
msg_error "No ${APP} Installation Found!"
fi
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /opt/AdGuardHome ]]; then
msg_error "No ${APP} Installation Found!"
else
update_script
fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.