From ac40ee6220937c14c46773fecaaf4de29f7cb0f1 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Thu, 7 Jul 2022 16:57:07 +0200 Subject: [PATCH] Make all scripts executable --- aiortc/Dockerfile | 3 +++ aiortc/config.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aiortc/Dockerfile b/aiortc/Dockerfile index bcb08f6..5f197c6 100644 --- a/aiortc/Dockerfile +++ b/aiortc/Dockerfile @@ -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/*/* \ No newline at end of file diff --git a/aiortc/config.yaml b/aiortc/config.yaml index 7c974e4..5856bd8 100644 --- a/aiortc/config.yaml +++ b/aiortc/config.yaml @@ -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"