Browse Source

Single quote

Bob Mottram 8 years ago
parent
commit
8cd40f632d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-gnusocialtools

+ 1
- 1
src/freedombone-utils-gnusocialtools View File

@@ -419,7 +419,7 @@ function gnusocial_block_domain_script {
419 419
     echo '    if [ $ctr -gt 0 ]; then' >> /usr/bin/gnusocial-delete-domain
420 420
     echo '        #echo "Removing user ID $id on $remove_domain"' >> /usr/bin/gnusocial-delete-domain
421 421
     echo '' >> /usr/bin/gnusocial-delete-domain
422
-    echo "        database_query=\"delete from conversation where uri like \"%\${remove_domain}%';\"" >> /usr/bin/gnusocial-delete-domain
422
+    echo "        database_query=\"delete from conversation where uri like '%\${remove_domain}%';\"" >> /usr/bin/gnusocial-delete-domain
423 423
     echo '        mysql -u root --password="$MARIADB_PASSWORD" -e "$database_query" $database_name' >> /usr/bin/gnusocial-delete-domain
424 424
     echo '' >> /usr/bin/gnusocial-delete-domain
425 425
     echo '        database_query="delete from reply where profile_id=${id};"' >> /usr/bin/gnusocial-delete-domain