mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-21 20:13:08 +08:00
Fix VERSION case error
This commit is contained in:
parent
569f825849
commit
0ece5b3a19
@ -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 ]] && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user