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