Merge pull request #74 from buanet/dev

dev to beta
This commit is contained in:
Andre
2020-02-02 23:41:27 +01:00
committed by GitHub
4 changed files with 7 additions and 5 deletions

View File

@@ -1 +1 @@
v4.1.1beta
v4.1.2beta

View File

@@ -101,8 +101,10 @@ You will find the channel here: https://t.me/buanet_tutorials
## Changelog
### v4.1.1beta (2020-01-17)
* updated openzwave to version 1.6.1007
### v4.1.2beta (2020-02-02)
* small fix for permissions issues on some systems
* v4.1.1beta (2020-01-17)
* updated openzwave to version 1.6.1007
### v4.1.0 (2020-01-17)
* improved readme.md

View File

@@ -86,4 +86,4 @@ ENV ADMINPORT=8081 \
ZWAVE="false"
# Run startup-script
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]

View File

@@ -86,4 +86,4 @@ ENV ADMINPORT=8081 \
ZWAVE="false"
# Run startup-script
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]