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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/*/*

View File

@ -1,5 +1,5 @@
name: "Camera-ustreamer"
version: "2023.3.0-rc0"
version: "2023.3.0-rc1"
slug: "camera-ustreamer"
description: "Camera streaming addon for Home Assistant, based on ustreamer."
url: "https://github.com/fredrikbaberg/ha-3dprinter-addons/tree/main/camera-ustreamer"