quotes
This commit is contained in:
parent
d9e713bc51
commit
e7c9a2626c
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue