mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
samba: wait longer until network is started, this should fix a non working samba with beta-5
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5798e04b5c
commit
6629834345
@ -29,7 +29,7 @@
|
|||||||
if [ "$SAMBA_START" = "true" ]; then
|
if [ "$SAMBA_START" = "true" ]; then
|
||||||
|
|
||||||
# sleep 2 sec to be ensure network is started
|
# sleep 2 sec to be ensure network is started
|
||||||
usleep 2000000
|
usleep 10000000
|
||||||
|
|
||||||
progress "Starting Samba server"
|
progress "Starting Samba server"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user