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