Browse Source

Don't echo, because this can happen fairly often

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

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

@@ -362,7 +362,7 @@ function gnusocial_block_domain_script {
362 362
     echo 'for id in $ids' >> /usr/bin/gnusocial-delete-domain
363 363
     echo 'do' >> /usr/bin/gnusocial-delete-domain
364 364
     echo '    if [ $ctr -gt 0 ]; then' >> /usr/bin/gnusocial-delete-domain
365
-    echo '        echo "Removing user ID $id on $remove_domain"' >> /usr/bin/gnusocial-delete-domain
365
+    echo '        #echo "Removing user ID $id on $remove_domain"' >> /usr/bin/gnusocial-delete-domain
366 366
     echo '' >> /usr/bin/gnusocial-delete-domain
367 367
     echo "        database_query=\"delete from conversation where uri like \"%\${remove_domain}%';\"" >> /usr/bin/gnusocial-delete-domain
368 368
     echo '        mysql -u root --password="$MARIADB_PASSWORD" -e "$database_query" $database_name' >> /usr/bin/gnusocial-delete-domain