Fix VERSION case error

This commit is contained in:
zaggash 2016-10-17 17:54:52 +02:00 committed by GitHub
parent 569f825849
commit 0ece5b3a19

View File

@ -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 ]] && \