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

Update matterbridge.sh

tweak
pull/3580/head
tteckster 8 months ago committed by GitHub
parent 41b63495db
commit 448cf93163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ function default_settings() {
function update_script() { function update_script() {
header_info header_info
if [[ ! -d /opt/matterbridge ]]; then msg_error "No ${APP} Installation Found!"; exit; fi if [[ ! -d /root/Matterbridge ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_error "Update via the Matterbridge UI" msg_error "Update via the Matterbridge UI"
exit exit
} }

Loading…
Cancel
Save

Powered by BW's shoe-string budget.