mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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
|
. /etc/profile
|
||||||
|
|
||||||
SAMBA_ENABLED=true
|
SAMBA_ENABLED=true
|
||||||
if [ -f $CONFIG_CACHE/service_samba.conf ]; then
|
if [ -f $CONFIG_CACHE/services/samba.conf ]; then
|
||||||
. $CONFIG_CACHE/service_samba.conf
|
. $CONFIG_CACHE/services/samba.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$SAMBA_ENABLED" = "true" ]; then
|
if [ "$SAMBA_ENABLED" = "true" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user