small fixes in beta

This commit is contained in:
buanet
2023-09-28 16:03:02 +02:00
parent f3f5df4819
commit 49f9f9ad8b
3 changed files with 16 additions and 12 deletions

View File

@@ -71,7 +71,6 @@ RUN apt-get update && apt-get upgrade -y \
&& usermod -u 1000 iobroker \
&& groupmod -g 1000 iobroker \
&& chown root:iobroker /usr/sbin/gosu \
#&& chmod +s /usr/sbin/gosu \
# Set permissions and ownership
&& chown -R iobroker:iobroker /opt/scripts /opt/userscripts \
&& chmod 755 /opt/scripts/*.sh \