Update zwave-js-ui-update.sh

This commit is contained in:
tteckster 2022-09-30 09:53:32 -04:00 committed by GitHub
parent cce7033d8f
commit a8c195d9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ echo -en "${GN} Updating Z-wave JS UI... "
systemctl stop zwave-js-ui.service
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
unzip -o zwave-js-ui-v*.zip zwave-js-ui &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Cleanup... "