From 44af64d3aa7eafea2fc5473fd3895181da0cd3ab Mon Sep 17 00:00:00 2001 From: Bocki Date: Mon, 28 Mar 2022 01:30:24 +0200 Subject: [PATCH] [Docker] Debug addition fixed (#2551) --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b7d85468..34d1d036 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -5,7 +5,7 @@ # This will overwrite previous configs and bridges of same name # If there are no matching files, rss-bridge works like default. -find /config/ -type f -name '*.*' -print0 | +find /config/ -type f -name '*' -print0 | while IFS= read -r -d '' file; do file_name="$(basename "$file")" # Strip leading path if [[ $file_name = *" "* ]]; then