Skip to content

Commit 800024f

Browse files
author
Thibaud MATHIEU
committed
same
1 parent b0e35a6 commit 800024f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

snapserver/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ RUN apk add --no-cache \
2121
# Copy root filesystem
2222
COPY rootfs /
2323

24+
RUN chmod a+x /etc/cont-init.d/folders.sh
25+
RUN chmod a+x /etc/cont-init.d/snapcast.sh
26+
RUN chmod a+x /etc/services.d/snapcast/finish
27+
RUN chmod a+x /etc/services.d/snapcast/run
28+
2429
# Build arguments
2530
ARG BUILD_ARCH
2631
ARG BUILD_DATE

snapserver/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Snapcast Server",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"slug": "snapserver",
55
"description": "Snapcast server with librespot support",
66
"url": "https://github.com/enlight3d/hassio-snapserver-addon",

0 commit comments

Comments
 (0)