From 39923bbb5de88d2e21c49c1adc7fd8c830a6258b Mon Sep 17 00:00:00 2001 From: andre <> Date: Sun, 2 Feb 2020 23:39:28 +0100 Subject: [PATCH] hoepfully fixing some permission issues --- .VERSION | 2 +- README.md | 6 ++++-- aarch64/Dockerfile | 2 +- armv7hf/Dockerfile | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.VERSION b/.VERSION index 104f66c..ed70355 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v4.1.1beta +v4.1.2beta diff --git a/README.md b/README.md index 0229799..ee82f19 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/aarch64/Dockerfile b/aarch64/Dockerfile index a8cde0f..8d7e118 100644 --- a/aarch64/Dockerfile +++ b/aarch64/Dockerfile @@ -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"] diff --git a/armv7hf/Dockerfile b/armv7hf/Dockerfile index 3a159a9..ad2f366 100644 --- a/armv7hf/Dockerfile +++ b/armv7hf/Dockerfile @@ -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"]