Added not a about a non-existing error
This commit is contained in:
parent
29fb45766f
commit
5bae757aa7
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
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"
|
[ "$PLEXPASS" ] && echo "PLEXPASS is deprecated, please use VERSION"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue