mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
8ce340a2df
@ -270,7 +270,11 @@ set_interface() {
|
||||
set_interface
|
||||
set_hwclock
|
||||
|
||||
/usr/sbin/connmand -n > /dev/null 2>&1
|
||||
if [ -f $HOME/.config/debug.connman ]; then
|
||||
/usr/sbin/connmand -nd > /dev/null 2>&1
|
||||
else
|
||||
/usr/sbin/connmand -n > /dev/null 2>&1
|
||||
fi
|
||||
usleep 250000
|
||||
done
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user