We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fb457 commit 5bae757Copy full SHA for 5bae757
1 file changed
init/30_update_plex.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
export DEBIAN_FRONTEND=noninteractive
3
4
- INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
+#The following error is not a error.
5
+INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
6
7
[ "$PLEXPASS" ] && echo "PLEXPASS is deprecated, please use VERSION"
8
0 commit comments