mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
samba: init: wait for network
This commit is contained in:
parent
ed5c350667
commit
9b551d8b29
@ -34,6 +34,9 @@
|
|||||||
|
|
||||||
if [ "$SAMBA_ENABLED" = "true" ]; then
|
if [ "$SAMBA_ENABLED" = "true" ]; then
|
||||||
|
|
||||||
|
# wait for network
|
||||||
|
wait_for_inet_addr force
|
||||||
|
|
||||||
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