Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
🚑 Correct database paths
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 14, 2020
1 parent e3a96fa commit 4047460
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions zwave2mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ RUN \
/tmp/openzwave-db.tar.gz \
--strip 1 -C /tmp/db \
\
&& mkdir /usr/etc \
&& mkdir /usr/local/etc \
&& mv /tmp/db/config /usr/etc/openzwave \
&& ln -s /usr/etc/openzwave /usr/local/etc/openzwave \
&& mkdir -p /usr/local/etc/openzwave \
&& mv /tmp/db/config/* /usr/local/etc/openzwave \
\
&& curl -J -L -o /tmp/zwave2mqtt.tar.gz \
"https://github.com/OpenZWave/Zwave2Mqtt/archive/v3.0.2.tar.gz" \
Expand Down

0 comments on commit 4047460

Please sign in to comment.