Add exit statement to shut rails up.
This commit is contained in:
parent
6383a9358b
commit
ca0c8d2f23
1 changed files with 2 additions and 0 deletions
|
@ -26,3 +26,5 @@ begin
|
|||
end while sessions.length > 0
|
||||
|
||||
UserToken.delete_all("expiry < NOW()")
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue