6
0
Fork 0
mirror of https://codeberg.org/Windfluechter/cleanup-friendica.git synced 2024-05-19 13:06:42 +02:00

Update README.md

added info about language
This commit is contained in:
ingoj 2020-12-20 18:31:07 +01:00 committed by GitHub
parent a7648b36b7
commit 97185a8a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,6 @@ The script does two things:
* change the variables at the begin of the script to your site settings. * change the variables at the begin of the script to your site settings.
# Other useful tips # Other useful tips
* the script expects the output of `bin/console` to be in `LANG=en_US.UTF-8` or `en`
* you can change the mail command from `-b ${siteadmin} -- ${usermail}` to `-- ${siteadmin}` and comment out all lines with `bin/console user delete` statement for testing runs * you can change the mail command from `-b ${siteadmin} -- ${usermail}` to `-- ${siteadmin}` and comment out all lines with `bin/console user delete` statement for testing runs
* before putting this script into production you may want to inform your users via the notify_all addon of the upcoming changes/deletions. * before putting this script into production you may want to inform your users via the notify_all addon of the upcoming changes/deletions.