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:
Stephan Raue 2012-07-08 20:36:22 +02:00
parent 5798e04b5c
commit 6629834345

View File

@ -29,7 +29,7 @@
if [ "$SAMBA_START" = "true" ]; then
# sleep 2 sec to be ensure network is started
usleep 2000000
usleep 10000000
progress "Starting Samba server"