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

Update alpine-docker-v5.sh

fix directory check
pull/1189/head
tteckster 2 years ago committed by GitHub
parent 73cae0aa60
commit 32a1ccb59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -396,12 +396,12 @@ if command -v pveversion >/dev/null 2>&1; then
install_script
fi
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /etc/zigbee2mqtt/configuration.yaml ]]; then
msg_error "No ${APP} Installation Found!"
fi
if ! command -v pveversion >/dev/null 2>&1 && [[ -f /etc/zigbee2mqtt/configuration.yaml ]]; then
update_script
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -d /etc/docker ]]; then
msg_error "No ${APP} Installation Found!"
else
update_script
fi
fi
if [ "$VERB" == "yes" ]; then set -x; fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.