1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

[Docker] Debug addition fixed (#2551)

This commit is contained in:
Bocki
2022-03-28 01:30:24 +02:00
committed by GitHub
parent 90db8c4969
commit 44af64d3aa

View File

@@ -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