use source
This commit is contained in:
parent
b4110a09bc
commit
dcfcbff1c2
1 changed files with 1 additions and 1 deletions
2
strm
2
strm
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue