From 34f8eb96c75dcc14f12515e7b342f87df433a91c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:37:43 +0200 Subject: [PATCH] Update Dockerfile --- plex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex/Dockerfile b/plex/Dockerfile index 87e59f7cc..21af1dc69 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -37,7 +37,7 @@ RUN \ && sed -i '3i[ $PLEX_CLAIM = "Get_from_https://www.plex.tv/claim" ] && bashio::log.warning "Please change the PLEX_CLAIM code from the options" && exit 1 || true' $file \ \ # Execute scripts - && echo "/./scripts/* /etc/s6-overlay/s6-rc.d/init-plex-chown" + && echo "/./scripts/* >> /etc/s6-overlay/s6-rc.d/init-plex-chown" ENV PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/share/plex/Library/Application Support"