Don't echo, because this can happen fairly often
This commit is contained in:
parent
22fa505a3e
commit
b8893ad63a
|
@ -362,7 +362,7 @@ function gnusocial_block_domain_script {
|
|||
echo 'for id in $ids' >> /usr/bin/gnusocial-delete-domain
|
||||
echo 'do' >> /usr/bin/gnusocial-delete-domain
|
||||
echo ' if [ $ctr -gt 0 ]; then' >> /usr/bin/gnusocial-delete-domain
|
||||
echo ' echo "Removing user ID $id on $remove_domain"' >> /usr/bin/gnusocial-delete-domain
|
||||
echo ' #echo "Removing user ID $id on $remove_domain"' >> /usr/bin/gnusocial-delete-domain
|
||||
echo '' >> /usr/bin/gnusocial-delete-domain
|
||||
echo " database_query=\"delete from conversation where uri like \"%\${remove_domain}%';\"" >> /usr/bin/gnusocial-delete-domain
|
||||
echo ' mysql -u root --password="$MARIADB_PASSWORD" -e "$database_query" $database_name' >> /usr/bin/gnusocial-delete-domain
|
||||
|
|
Loading…
Reference in New Issue