Skip to content

Commit 5bae757

Browse files
committed
Added not a about a non-existing error
1 parent 29fb457 commit 5bae757

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

init/30_update_plex.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22
export DEBIAN_FRONTEND=noninteractive
33

4-
INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
4+
#The following error is not a error.
5+
INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
56

67
[ "$PLEXPASS" ] && echo "PLEXPASS is deprecated, please use VERSION"
78

0 commit comments

Comments
 (0)