mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46: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
|
writable = yes
|
||||||
root preexec = mkdir -p /storage/screenshots
|
root preexec = mkdir -p /storage/screenshots
|
||||||
|
|
||||||
|
[Media]
|
||||||
|
path = /media
|
||||||
|
available = yes
|
||||||
|
browsable = yes
|
||||||
|
public = yes
|
||||||
|
writable = yes
|
||||||
|
root preexec = mkdir -p /media
|
||||||
|
|
||||||
[Logfiles]
|
[Logfiles]
|
||||||
path = /storage/logfiles
|
path = /storage/logfiles
|
||||||
available = yes
|
available = yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user