Make scripts executable
This commit is contained in:
parent
7589879214
commit
379706c2c4
@ -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/*/*
|
||||
|
||||
11
README.md
11
README.md
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user