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

Update zwave-js-ui-install.sh

pull/606/head
tteckster 3 years ago committed by GitHub
parent a025cf1551
commit d90b2fbac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,8 +78,9 @@ msg_info "Installing Z-Wave JS UI"
mkdir /opt/zwave-js-ui
cd /opt/zwave-js-ui
mkdir store
curl -s https://api.github.com/repos/zwave-js/zwave-js-ui/releases/latest | grep "browser_download_url.*zip" | cut -d : -f 2,3 | tr -d \" | wget -i - &>/dev/null
unzip zwave-js-ui-v*.zip zwave-js-ui &>/dev/null
RELEASE=$(curl -s https://api.github.com/repos/zwave-js/zwave-js-ui/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
wget https://github.com/zwave-js/zwave-js-ui/releases/download/${RELEASE}/zwave-js-ui-${RELEASE}-linux.zip &>/dev/null
unzip zwave-js-ui-${RELEASE}.zip zwave-js-ui &>/dev/null
msg_ok "Installed Z-Wave JS UI"
msg_info "Creating Service"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.