samba: change path to service configfiles

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-19 00:59:39 +02:00
parent 5f5e8cf08c
commit f63140fce4

View File

@ -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