X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d9e070e06956801aba2378c1b79b4d9f13ae12ee..57938f78c7a5f3643560565e98f4e9d2b31aa40b:/script/cleanup diff --git a/script/cleanup b/script/cleanup index 72a6dec9b..085c3aeef 100755 --- a/script/cleanup +++ b/script/cleanup @@ -26,3 +26,5 @@ begin end while sessions.length > 0 UserToken.delete_all("expiry < NOW()") + +exit 0