瀏覽代碼

Don't echo, because this can happen fairly often

Bob Mottram 8 年之前
父節點
當前提交
b8893ad63a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-utils-gnusocialtools

+ 1
- 1
src/freedombone-utils-gnusocialtools 查看文件

@@ -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