From 0ece5b3a1914510afa0e1eacbdc461deb31c8ee3 Mon Sep 17 00:00:00 2001 From: zaggash Date: Mon, 17 Oct 2016 17:54:52 +0200 Subject: [PATCH] Fix VERSION case error --- root/etc/cont-init.d/50-plex-update | 2 ++ 1 file changed, 2 insertions(+) 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 ]] && \