Added not a about a non-existing error

This commit is contained in:
Stian Larsen (lonix) 2015-10-13 23:20:52 +02:00
parent 29fb45766f
commit 5bae757aa7

View File

@ -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"