Make all scripts executable

This commit is contained in:
Fredrik Baberg 2022-07-07 16:57:07 +02:00
parent db3ad67feb
commit ac40ee6220
2 changed files with 4 additions and 1 deletions

View File

@ -24,4 +24,7 @@ RUN apt update && \
# Copy root filesystem
COPY rootfs /
# Make files executable
RUN chmod +x /etc/cont-init.d/*.sh
RUN chmod +x /etc/services.d/*/*

View File

@ -1,6 +1,6 @@
---
name: "3DPrinter-aiortc"
version: "2022.7.004"
version: "2022.7.005"
slug: "3dprinter-aiortc"
description: "Camera stream with support for WebRTC."
url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/3dprinter-aiortc"