Also capitals

This commit is contained in:
Bob Mottram 2018-04-01 17:01:35 +01:00
parent 69d5e0b35f
commit 18a0866da7
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ function peertube_import_from_syncthing {
echo "if grep 'nsfw' \"\$search_dir/login\"; then";
echo " peertubensfw='--nsfw'";
echo 'fi';
echo "if grep 'NSFW' \"\$search_dir/login\"; then";
echo " peertubensfw='--nsfw'";
echo 'fi';
echo '';
echo 'failed_uploads=0';
echo '';