Add wait for net check

This should fix #16
This commit is contained in:
Stian Buch Larsen 2015-12-26 10:17:22 +01:00
parent fb251e9e98
commit 75ce51c756

View File

@ -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)