mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
samba: add sleep before start samba server, thanks to hensing
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user