1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

Add debug case (#2292)

This commit is contained in:
Bocki
2022-03-22 20:47:40 +01:00
committed by GitHub
parent b646afffff
commit ec90bd905e

View File

@@ -22,6 +22,9 @@ while IFS= read -r -d '' file; do
whitelist.txt) yes | cp "$file" /app/ ;
chown www-data:www-data "/app/$file_name";
printf "Custom whitelist.txt added.\n";;
DEBUG) yes | cp "$file" /app/ ;
chown www-data:www-data "/app/$file_name";
printf "DEBUG file added.\n";;
esac
done