We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf11595 + 8c5d780 commit dc82242Copy full SHA for dc82242
1 file changed
init/30_update_plex.sh
@@ -23,7 +23,9 @@ else
23
fi
24
25
last=130
26
-if [[ "$VERSION" != "$INSTALLED" ]]; then
+if [[ "$VERSION" == "" ]]; then
27
+ echo "ERROR: No version found, running installed version $INSTALLED"
28
+elif [[ "$VERSION" != "$INSTALLED" ]]; then
29
echo "Upgrading from version: $INSTALLED to version: $VERSION"
30
while [[ $last -ne "0" ]]; do
31
rm -f /tmp/plexmediaserver_*.deb
0 commit comments