Added not a about a non-existing error

pull/14/head
Stian Larsen (lonix) 9 years ago
parent 29fb45766f
commit 5bae757aa7

@ -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…
Cancel
Save