Removed trailing spacei in version compare
This commit is contained in:
parent
ad008bfc53
commit
556bf9ed8f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ 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
|
||||
rm -f /tmp/plexmediaserver_*.deb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue