From 86681ce5ccff7ab0cdff619e2f8452a78075bf74 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:31:15 +0200 Subject: [PATCH] Update Dockerfile --- plex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex/Dockerfile b/plex/Dockerfile index ab9b76c31..0ad76d1f5 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -49,7 +49,7 @@ RUN \ ###################### \ && sed -i 's/with-contenv bash/with-contenv bashio/g' /etc/cont-init.d/45-plex-claim \ - && sed -i '2iexport PLEX_CLAIM=$(bashio::config "claim")' /etc/cont-init.d/45-plex-claim + && sed -i '2iexport PLEX_CLAIM=$(bashio::config "claim")' /etc/cont-init.d/45-plex-claim \ ########### # FOLDERS # ###########