aboutsummaryrefslogtreecommitdiffstats
path: root/script/delete-old-things
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-05-29 16:22:43 +0100
committerLouise Crow <louise.crow@gmail.com>2013-05-29 16:22:43 +0100
commitccd924b2626d7c9f84190f106c0508768effef99 (patch)
tree50bcf67a5b354c4f2a3b31478f059ba64cefa9eb /script/delete-old-things
parent16c075c68159ef79dd196196a4171f54934f9c41 (diff)
parentb4346ad162eb153fbe785cf9f6322f3e6305088a (diff)
Merge branch 'fix-cron-bundler-gemfile' into rails-3-develop
Diffstat (limited to 'script/delete-old-things')
-rwxr-xr-xscript/delete-old-things3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/delete-old-things b/script/delete-old-things
index 58c144958..a97ba4869 100755
--- a/script/delete-old-things
+++ b/script/delete-old-things
@@ -1,4 +1,5 @@
#!/bin/bash
-
+TOP_DIR="$(dirname "$BASH_SOURCE")/.."
+cd "$TOP_DIR"
bundle exec rails runner 'PostRedirect.delete_old_post_redirects'
bundle exec rails runner 'TrackThingsSentEmail.delete_old_track_things_sent_email'