mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
netmount: use netstatus for detecting network status
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7ed624f67e
commit
0f0b0e5b30
@ -26,6 +26,8 @@ NETMOUNT_USERCONF="/storage/.config/netmount.conf"
|
|||||||
|
|
||||||
if [ -f $NETMOUNT_USERCONF ]; then
|
if [ -f $NETMOUNT_USERCONF ]; then
|
||||||
|
|
||||||
|
wait_for_network
|
||||||
|
|
||||||
IFS="
|
IFS="
|
||||||
"
|
"
|
||||||
for i in `cat $NETMOUNT_USERCONF |grep -v "^#"`; do
|
for i in `cat $NETMOUNT_USERCONF |grep -v "^#"`; do
|
Loading…
x
Reference in New Issue
Block a user