summaryrefslogtreecommitdiff
path: root/roundcubemail/INSTALL
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-18 10:32:39 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-05-18 10:32:39 +0000
commit8f9cefe790d2e9a5fe35d908a480a3bd4d857c8c (patch)
treec93fd260421c70222a1184b9a8ef5b5bd49e8682 /roundcubemail/INSTALL
parentb065ddd7ed6a888e3d34f138a766ffdfd55ecb4d (diff)
- Renamed all php-cli scripts to use .sh extension
git-svn-id: https://svn.roundcube.net/trunk@3628 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/INSTALL')
-rw-r--r--roundcubemail/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index be5a0e93b..19a9aa516 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/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.