Make scripts executable (#65)

* Add initial files for ustreamer

* Start with HA s6 config

* Prepare for test on device

* Update docs and workflow

* Remove build.yaml

* Make scripts executable

* Update version number
This commit is contained in:
Fredrik Baberg
2023-03-16 12:50:16 +01:00
committed by GitHub
parent 70443100a8
commit 4dd0b4fbdc
2 changed files with 4 additions and 4 deletions

View File

@@ -89,6 +89,6 @@ COPY rootfs/ /
WORKDIR /
# # Make files executable
# RUN chmod +x /etc/cont-init.d/*.sh
# RUN chmod +x /etc/services.d/*/*
# Make files executable
RUN chmod +x /etc/cont-init.d/*.sh
RUN chmod +x /etc/services.d/*/*