mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
samba: change path to service configfiles
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user