Skip to content

Commit 77f0ea6

Browse files
committed
real belt and braches stuff here, trying to cover every possible base though, who cares if the script is a mile long, as long as the user doesn't end up with a borked system
1 parent b1b4525 commit 77f0ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/etc/cont-init.d/50-plex-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ printf "\n\n\n%s\n\n\n" "$(</tmp/update_fail.nfo)"
102102
exit 0
103103
# if ok, try to install it.
104104
else
105-
dpkg -i /tmp/plexmediaserver_"${REMOTE_VERSION}"_amd64.deb || exit 0
105+
dpkg -i /tmp/plexmediaserver_"${REMOTE_VERSION}"_amd64.deb
106106
rm -f /tmp/plexmediaserver_*.deb
107107
fi
108108

0 commit comments

Comments
 (0)