Skip to content

Commit 75ce51c

Browse files
committed
Add wait for net check
This should fix #16
1 parent fb251e9 commit 75ce51c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

init/30_update_plex.sh

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

4+
while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done
5+
46
#The following error is not an error.
57
INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)
68

0 commit comments

Comments
 (0)