From a438e71ceca35b91e63ccd06b39b566dd4dd1be6 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Date: Sun, 15 Nov 2020 13:16:06 +0100 Subject: [PATCH] Set cron time to 9am --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 7a13302a..81789d8a 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -* * * * * /usr/local/bin/run.sh 2>&1 +0 9 * * * /usr/local/bin/run.sh 2>&1 -- GitLab