Add wait for net check

This should fix #16
pull/17/head
Stian Buch Larsen 9 years ago
parent fb251e9e98
commit 75ce51c756

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