From d7fe5fba4f3de22da51615857adf9e74494eb2df Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Aug 2021 08:56:38 +0200 Subject: [PATCH] Update Dockerfile --- plex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex/Dockerfile b/plex/Dockerfile index 6813aba44..89ef59cb5 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -45,7 +45,7 @@ RUN \ ###################### \ && sed -i 's/bash/bashio/g' /etc/cont-init.d/45-plex-claim \ - && sed -i '1iexport PLEX_CLAIM=$(bashio::config "claim") /etc/cont-init.d/45-plex-claim \ + && sed -i '1iexport PLEX_CLAIM=$(bashio::config "claim")' /etc/cont-init.d/45-plex-claim \ ########### # FOLDERS # ###########