mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Add debug case (#2292)
This commit is contained in:
parent
b646afffff
commit
ec90bd905e
@ -22,6 +22,9 @@ while IFS= read -r -d '' file; do
|
|||||||
whitelist.txt) yes | cp "$file" /app/ ;
|
whitelist.txt) yes | cp "$file" /app/ ;
|
||||||
chown www-data:www-data "/app/$file_name";
|
chown www-data:www-data "/app/$file_name";
|
||||||
printf "Custom whitelist.txt added.\n";;
|
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
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user