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:
parent
70443100a8
commit
4dd0b4fbdc
@ -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/*/*
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user