mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-04-13 00:04:33 +08:00
Formating error
This commit is contained in:
parent
0e60874782
commit
906590d7fb
@ -18,9 +18,9 @@ else
|
||||
fi
|
||||
|
||||
last=130
|
||||
if [[ ! "$VERSION" == "$INSTALLED "]]; then
|
||||
if [[ ! "$VERSION" == "$INSTALLED " ]]; then
|
||||
echo "Upgradeing from version: $INSTALLED to version: $VERSION"
|
||||
while [ last -ne "0"]; do
|
||||
while [[ $last -ne "0" ]]; do
|
||||
rm -f /tmp/plexmediaserver_*.deb
|
||||
wget -P /tmp "http://downloads.plexapp.com/plex-media-server/$VERSION/plexmediaserver_${VERSION}_amd64.deb"
|
||||
last=$?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user