From 5bae757aa765b3781cfd62966ed321562029baf7 Mon Sep 17 00:00:00 2001 From: "Stian Larsen (lonix)" Date: Tue, 13 Oct 2015 23:20:52 +0200 Subject: [PATCH] Added not a about a non-existing error --- init/30_update_plex.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/30_update_plex.sh b/init/30_update_plex.sh index 7e0c2de..a43e831 100644 --- a/init/30_update_plex.sh +++ b/init/30_update_plex.sh @@ -1,7 +1,8 @@ #!/bin/bash export DEBIAN_FRONTEND=noninteractive - INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver) +#The following error is not a error. +INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver) [ "$PLEXPASS" ] && echo "PLEXPASS is deprecated, please use VERSION"