diff --git a/root/etc/cont-init.d/50-plex-update b/root/etc/cont-init.d/50-plex-update index 5bb040b..83c3944 100644 --- a/root/etc/cont-init.d/50-plex-update +++ b/root/etc/cont-init.d/50-plex-update @@ -1,4 +1,6 @@ #!/usr/bin/with-contenv bash +# Check variable status +export VERSION=$(echo "$VERSION" | tr '[:upper:]' '[:lower:]') # copy config on first run, regardless of update status [[ ! -e /etc/default/plexmediaserver ]] && \