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

Update alpine-esphome.sh

tweak update
pull/1261/head
tteckster 2 years ago committed by GitHub
parent ac62f07362
commit 86ec03dc35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,10 @@ function update_script() {
header_info header_info
case $CHOICE in case $CHOICE in
1) 1)
pip3 install esphome --upgrade msg_info "Updating ESPHome"
pip3 install esphome --upgrade &>/dev/null
rc-service -q esphome restart
msg_ok "Updated Successfully!"
exit exit
;; ;;
esac esac

Loading…
Cancel
Save

Powered by BW's shoe-string budget.