Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/321660487de3d1df302c47e0ba21a999db28020b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update dashy.sh

There is currently no update path available.
pull/2636/head
tteckster 1 year ago committed by GitHub
parent 183340bc85
commit 321660487d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,9 @@ function default_settings() {
function update_script() {
header_info
if [[ ! -d /dashy/public/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
if [[ ! -d /opt/dashy/public/ ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_error "There is currently no update path available."
exit
msg_info "Stopping ${APP}"
systemctl stop dashy
msg_ok "Stopped ${APP}"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.