Make scripts executable

This commit is contained in:
Fredrik Baberg 2022-06-27 01:39:10 +02:00
parent 7589879214
commit 379706c2c4
2 changed files with 10 additions and 3 deletions

View File

@ -20,3 +20,5 @@ RUN apt update && \
# Copy root filesystem
COPY rootfs /
RUN chmod +x /etc/cont-init.d/*.sh
RUN chmod +x /etc/services.d/*/*

View File

@ -1,5 +1,5 @@
# home-assistant-addons
Addons for Home Assistant.
# 3dprinter-addons
Addons for Home-Assistant related to 3DPrinter.
## Install
@ -12,4 +12,9 @@ You can use the following button to add the repository to your Home Assistant in
### 3DPrinter-OctoPrint
Addon with OctoPrint
OctoPrint, plain and simple.
### 3DPrinter-Camera
For streaming camera feed.