Merge pull request #24 from ninpucho/patch-1

This closes #25
pull/27/head
Stian Buch Larsen 9 years ago
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…
Cancel
Save