summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-05-18 10:32:39 +0000
committeralecpl <alec@alec.pl>2010-05-18 10:32:39 +0000
commit30aa4ccaafb10707c8da72e734d1f59f2c528ce8 (patch)
tree8ef6c9d5627c1463ad0ef3534e6eca8430b73586 /INSTALL
parent677e1f26fe47cc0c3e0819cb99a9024af49a619c (diff)
- Renamed all php-cli scripts to use .sh extension
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index be5a0e93b..19a9aa516 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.