diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-05-29 16:27:31 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-05-29 16:27:31 +0100 |
commit | be5e79381f488de84a4d65492f50f8bc1257396b (patch) | |
tree | 0ac879ac5d350d242a6ad5dc6a12f8e243afce02 /script/delete-old-things | |
parent | 29e6847f609ea0480b15d6b974d10c504c008262 (diff) | |
parent | b97e1af431ca491132cbc56d3bc570639482fffc (diff) |
Merge branch 'rails-3-develop' into release/0.11
Diffstat (limited to 'script/delete-old-things')
-rwxr-xr-x | script/delete-old-things | 3 |
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' |