Merge pull request #64 from linuxserver/zaggash-variable_case
Fix VERSION case error
This commit is contained in:
commit
9bbf1b36ed
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue