mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-02-19 20:03:03 +08:00
commit
dc82242912
@ -23,7 +23,9 @@ else
|
||||
fi
|
||||
|
||||
last=130
|
||||
if [[ "$VERSION" != "$INSTALLED" ]]; then
|
||||
if [[ "$VERSION" == "" ]]; then
|
||||
echo "ERROR: No version found, running installed version $INSTALLED"
|
||||
elif [[ "$VERSION" != "$INSTALLED" ]]; then
|
||||
echo "Upgrading from version: $INSTALLED to version: $VERSION"
|
||||
while [[ $last -ne "0" ]]; do
|
||||
rm -f /tmp/plexmediaserver_*.deb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user