hoepfully fixing some permission issues

This commit is contained in:
andre
2020-02-02 23:39:28 +01:00
parent f2122a84bc
commit 39923bbb5d
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"]