samba: add sleep before start samba server, thanks to hensing

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-06 22:40:28 +02:00
parent 592211a53e
commit 6f87dcde18

View File

@ -28,6 +28,9 @@
if [ "$SAMBA_START" = "true" ]; then
# sleep 2 sec to be ensure network is started
usleep 2000000
progress "Starting Samba server"
SMB_USERCONF="/storage/.config/samba.conf"