Fix VERSION case error
This commit is contained in:
parent
569f825849
commit
0ece5b3a19
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ]] && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue