Skip to content

Commit 9bbf1b3

Browse files
authored
Merge pull request #64 from linuxserver/zaggash-variable_case
Fix VERSION case error
2 parents 569f825 + 0ece5b3 commit 9bbf1b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

root/etc/cont-init.d/50-plex-update

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/with-contenv bash
2+
# Check variable status
3+
export VERSION=$(echo "$VERSION" | tr '[:upper:]' '[:lower:]')
24

35
# copy config on first run, regardless of update status
46
[[ ! -e /etc/default/plexmediaserver ]] && \

0 commit comments

Comments
 (0)