From dcfcbff1c2fe12f201848b0e8de84fa3af8f9e5b Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 9 May 2021 18:07:15 +0200 Subject: [PATCH] use source --- strm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strm b/strm index 4c7b975..ec94bbf 100755 --- a/strm +++ b/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