diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ using that version you'll have to change ownership of the DB later. Database cleaning ----------------- Do keep your database slick and clean we recommend to periodically execute -bin/cleandb.php which finally removes all records that are marked as deleted. +bin/cleandb.sh which finally removes all records that are marked as deleted. Best solution is to install a cronjob running this script daily. |