X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b8f3742bc39a8aa4a90f6f1bd151a0c5cdaa42ec..1c01a9fb014b7998dd3376bfc02a63c6d2f0dd6f:/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