mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
samba: change path to service configfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5f5e8cf08c
commit
f63140fce4
@ -28,8 +28,8 @@
|
||||
. /etc/profile
|
||||
|
||||
SAMBA_ENABLED=true
|
||||
if [ -f $CONFIG_CACHE/service_samba.conf ]; then
|
||||
. $CONFIG_CACHE/service_samba.conf
|
||||
if [ -f $CONFIG_CACHE/services/samba.conf ]; then
|
||||
. $CONFIG_CACHE/services/samba.conf
|
||||
fi
|
||||
|
||||
if [ "$SAMBA_ENABLED" = "true" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user