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 fb251e9 commit 75ce51cCopy full SHA for 75ce51c
1 file changed
init/30_update_plex.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
export DEBIAN_FRONTEND=noninteractive
3
4
+while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done
5
+
6
#The following error is not an error.
7
INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
8
0 commit comments