Fix VERSION case error

pull/64/head
zaggash 8 years ago committed by GitHub
parent 569f825849
commit 0ece5b3a19

@ -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