Merge pull request #17 from linuxserver/fix#16

Add wait for net check
pull/21/head
Stian Buch Larsen 9 years ago
commit 50809a3746

@ -1,6 +1,8 @@
#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
while ! ping -c1 tools.linuxserver.io &>/dev/null; do :; done
#The following error is not an error.
INSTALLED=$(dpkg-query -W -f='${Version}' plexmediaserver)

Loading…
Cancel
Save