netmount: use netstatus for detecting network status

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-19 14:45:21 +01:00
parent 7ed624f67e
commit 0f0b0e5b30

View File

@ -26,6 +26,8 @@ NETMOUNT_USERCONF="/storage/.config/netmount.conf"
if [ -f $NETMOUNT_USERCONF ]; then
wait_for_network
IFS="
"
for i in `cat $NETMOUNT_USERCONF |grep -v "^#"`; do