mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
Add debug case (#2292)
This commit is contained in:
parent
b646afffff
commit
ec90bd905e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue