Skip to content

Commit 0ece5b3

Browse files
authored
Fix VERSION case error
1 parent 569f825 commit 0ece5b3

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)