Merge pull request #64 from linuxserver/zaggash-variable_case

Fix VERSION case error
This commit is contained in:
sparklyballs 2016-10-17 20:10:21 +01:00 committed by GitHub
commit 9bbf1b36ed

View file

@ -1,4 +1,6 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
# Check variable status
export VERSION=$(echo "$VERSION" | tr '[:upper:]' '[:lower:]')
# copy config on first run, regardless of update status # copy config on first run, regardless of update status
[[ ! -e /etc/default/plexmediaserver ]] && \ [[ ! -e /etc/default/plexmediaserver ]] && \