Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeljo committed Apr 7, 2018
1 parent eab975b commit 3fc732f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ozwcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## [1.0.1] - 2018-04-07
### Fixed
* Fix `/root/ozwcp.sh: line 12: xmlstarlet: command not found` when starting

## [1.0] - 2018-04-06
Initial release!
3 changes: 2 additions & 1 deletion ozwcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apk --no-cache add \
gnutls-dev \
libmicrohttpd \
libusb \
eudev
eudev \
xmlstarlet

RUN apk --no-cache --virtual .build-dependencies add \
coreutils \
Expand Down
2 changes: 1 addition & 1 deletion ozwcp/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ozwcp",
"url": "https://github.com/jkeljo/hassio-addons/blob/master/ozwcp",
"version": "1.0",
"version": "1.0.1",
"slug": "ozwcp",
"description": "Open ZWave Control Panel",
"startup": "application",
Expand Down
2 changes: 1 addition & 1 deletion ozwcp/ozwcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ xmlstarlet ed -L -N x="http://code.google.com/p/open-zwave/"\
-i '/x:Options/NewOption' -t attr -n name -v UserPath\
-i '/x:Options/NewOption' -t attr -n value -v "/config/"\
-r '/x:Options/NewOption' -v Option\
options.xml
/config/options.xml

# The part of OZW that *writes* the log respects the UserPath setting in options.xml
# However, OZWCP's web interface expects to find it in its working directory (and its
Expand Down

0 comments on commit 3fc732f

Please sign in to comment.