Update zwave-js-ui-update.sh

This commit is contained in:
tteckster 2022-09-27 11:46:53 -04:00 committed by GitHub
parent 8a64b5728a
commit 2252e28a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ function error_exit() {
echo -en "${GN} Updating Z-wave JS UI... "
systemctl stop zwave-js-ui.service
cd /opt/zwavejs2mqtt
cd /opt/zwave-js-ui
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
echo -e "${CM}${CL} \r"