Merge pull request #64 from linuxserver/zaggash-variable_case

Fix VERSION case error
pull/66/head
sparklyballs 8 years ago committed by GitHub
commit 9bbf1b36ed

@ -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…
Cancel
Save