summaryrefslogtreecommitdiffstats
path: root/askbot/cron
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-03 13:16:08 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-03 13:16:08 -0400
commit1cfdec3377f4dac0ba15ce4ad63d534b58c5abe1 (patch)
tree1288c75793ad5df06ba0a385fba01ed96caa153d /askbot/cron
parentcc00ecfe764862a2e73a783e80d3172592b23669 (diff)
downloadaskbot-1cfdec3377f4dac0ba15ce4ad63d534b58c5abe1.tar.gz
askbot-1cfdec3377f4dac0ba15ce4ad63d534b58c5abe1.tar.bz2
askbot-1cfdec3377f4dac0ba15ce4ad63d534b58c5abe1.zip
some cleanup of files
Diffstat (limited to 'askbot/cron')
-rw-r--r--askbot/cron/askbot_cron_job1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/cron/askbot_cron_job b/askbot/cron/askbot_cron_job
index 39d7d2d5..38bf0337 100644
--- a/askbot/cron/askbot_cron_job
+++ b/askbot/cron/askbot_cron_job
@@ -1,4 +1,3 @@
-#!/bin/sh
# this is a cron job for askbot that includes all
# commands that need to be run periodically
# please find introduction to cron here: