summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Turian <turian@gmail.com>2010-02-18 19:09:47 -0500
committerJoseph Turian <turian@gmail.com>2010-02-18 19:09:47 -0500
commit852aeb86a9632d829ed63a31a56d25bd45e2f61a (patch)
tree27c29254aae2dacdac01b4a0a353d4b3b0461842
parenta6f7af65b929d2dfb86ab22d341d7ef6707c62a2 (diff)
downloadaskbot-852aeb86a9632d829ed63a31a56d25bd45e2f61a.tar.gz
askbot-852aeb86a9632d829ed63a31a56d25bd45e2f61a.tar.bz2
askbot-852aeb86a9632d829ed63a31a56d25bd45e2f61a.zip
Fix in crontab
-rw-r--r--INSTALL.webfaction2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.webfaction b/INSTALL.webfaction
index ea6c1120..b7c79a24 100644
--- a/INSTALL.webfaction
+++ b/INSTALL.webfaction
@@ -217,7 +217,7 @@ Create a Project
Use command "crontab -e" to add this script to your cron file, to run twice a day::
- * 0,12 * * * ~/webapps/osqa_server/projects/MYOSQA/cron/send_email_alerts
+ 1 0,12 * * * ~/webapps/osqa_server/projects/MYOSQA/cron/send_email_alerts
[Configure sphinx]