mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
samba: add sleep before start samba server, thanks to hensing
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
592211a53e
commit
6f87dcde18
@ -28,6 +28,9 @@
|
|||||||
|
|
||||||
if [ "$SAMBA_START" = "true" ]; then
|
if [ "$SAMBA_START" = "true" ]; then
|
||||||
|
|
||||||
|
# sleep 2 sec to be ensure network is started
|
||||||
|
usleep 2000000
|
||||||
|
|
||||||
progress "Starting Samba server"
|
progress "Starting Samba server"
|
||||||
|
|
||||||
SMB_USERCONF="/storage/.config/samba.conf"
|
SMB_USERCONF="/storage/.config/samba.conf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user