mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
samba: add /media as an default share to share mounted drives
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6630de46a1
commit
a9d3e9bd71
@ -126,6 +126,14 @@
|
||||
writable = yes
|
||||
root preexec = mkdir -p /storage/screenshots
|
||||
|
||||
[Media]
|
||||
path = /media
|
||||
available = yes
|
||||
browsable = yes
|
||||
public = yes
|
||||
writable = yes
|
||||
root preexec = mkdir -p /media
|
||||
|
||||
[Logfiles]
|
||||
path = /storage/logfiles
|
||||
available = yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user