From 8f38d37561cbbf923523fcb5d0ba84cb29b53dd6 Mon Sep 17 00:00:00 2001 From: creme Date: Mon, 23 Sep 2019 11:50:42 +0200 Subject: change cronjob --- config/cleanup_0x0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cleanup_0x0 b/config/cleanup_0x0 index 0137c23..2278eaa 100644 --- a/config/cleanup_0x0 +++ b/config/cleanup_0x0 @@ -2,4 +2,4 @@ SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -5 */12 * * * root python3 /srv/0x0/cleanup.py >/dev/null 2>&1 +5 0 * * * root python3 /srv/0x0/cleanup.py >/dev/null 2>&1 -- cgit