Also capitals
This commit is contained in:
parent
69d5e0b35f
commit
18a0866da7
|
@ -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 '';
|
||||
|
|
Loading…
Reference in New Issue