Skip to content

Commit

Permalink
Tweak for StorageDB
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Nov 27, 2024
1 parent df860ea commit 3878121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/zwave-js-ui-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RELEASE=$(curl -s https://api.github.com/repos/zwave-js/zwave-js-ui/releases/lat
wget -q https://github.com/zwave-js/zwave-js-ui/releases/download/${RELEASE}/zwave-js-ui-${RELEASE}-linux.zip
unzip -q zwave-js-ui-${RELEASE}-linux.zip
cat <<EOF >/opt/.env
ZWAVEJS_EXTERNAL_CONFIG=/opt/zwave-js-ui/.config-db
ZWAVEJS_EXTERNAL_CONFIG=/opt/zwave_store/.config-db
STORE_DIR=/opt/zwave_store
EOF
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
Expand Down

0 comments on commit 3878121

Please sign in to comment.