From 556bf9ed8fddae7f59f73b7b0e15652742c07454 Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Tue, 1 Sep 2015 10:13:52 +0200 Subject: [PATCH] Removed trailing spacei in version compare --- init/20_update_plex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/20_update_plex.sh b/init/20_update_plex.sh index be670ee..e78dace 100644 --- a/init/20_update_plex.sh +++ b/init/20_update_plex.sh @@ -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