We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569f825 commit 0ece5b3Copy full SHA for 0ece5b3
1 file changed
root/etc/cont-init.d/50-plex-update
@@ -1,4 +1,6 @@
1
#!/usr/bin/with-contenv bash
2
+# Check variable status
3
+export VERSION=$(echo "$VERSION" | tr '[:upper:]' '[:lower:]')
4
5
# copy config on first run, regardless of update status
6
[[ ! -e /etc/default/plexmediaserver ]] && \
0 commit comments