Make all scripts executable
This commit is contained in:
parent
db3ad67feb
commit
ac40ee6220
@ -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/*/*
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user