projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6383a93
)
Add exit statement to shut rails up.
author
Tom Hughes
<tom@compton.nu>
Mon, 9 Nov 2009 08:39:33 +0000
(08:39 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 9 Nov 2009 08:39:33 +0000
(08:39 +0000)
script/cleanup
patch
|
blob
|
history
diff --git
a/script/cleanup
b/script/cleanup
index 72a6dec9bcd258c87adc1bef62c52cc6f375c6d3..085c3aeef52e1fb94268de9f127a0c67e77eb840 100755
(executable)
--- a/
script/cleanup
+++ b/
script/cleanup
@@
-26,3
+26,5
@@
begin
end while sessions.length > 0
UserToken.delete_all("expiry < NOW()")
+
+exit 0