From fbbfc5813baf0d5545a9ab0099db7ab8a1dda0c3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:56:15 +0200 Subject: [PATCH] Update Dockerfile --- plex/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plex/Dockerfile b/plex/Dockerfile index 666208e2f..6dcdb1431 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -34,10 +34,7 @@ RUN \ file=$(grep -sril 'Server claimed successfully' /etc) \ && sed -i 's/with-contenv bash/with-contenv bashio/g' $file \ && sed -i '2iexport PLEX_CLAIM=$(bashio::config "claim")' $file \ - && 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" + && 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 ENV PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/share/plex/Library/Application Support"