use source

This commit is contained in:
Denis Lehmann 2021-05-09 18:07:15 +02:00
parent b4110a09bc
commit dcfcbff1c2

2
strm
View file

@ -168,7 +168,7 @@ if [ "$media_directories" == "" ]; then
# Read config file
if test -f "$config"; then
. "$config"
source "$config"
else
error "Config file not found ($config)"
fi