This commit is contained in:
Bob Mottram 2018-04-25 15:12:27 +01:00
parent d9e713bc51
commit e7c9a2626c
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function create_pleroma_blocklist {
echo " if [ \"\$filter_str\" ]; then";
echo " filter_str=\"\${filter_str}, \\\"\$blocked\\\"\"";
echo ' else';
echo " filter_str=\"\${blocked}\"";
echo " filter_str=\"\\\"\${blocked}\\\"\"";
echo ' fi';
echo '';
echo " if ! grep -q \"127.0.0.1 \$blocked\" /etc/hosts; then";