From a931c52c6e8c36374dcc86b450d6afebb0cbcefb Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 31 Jul 2018 11:23:09 +0200 Subject: [PATCH] update-rprofile.cron: Run the job once a day, not every minute since 3 to 3:59. --- update-rprofile.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-rprofile.cron b/update-rprofile.cron index dc4c00c..c18c80f 100644 --- a/update-rprofile.cron +++ b/update-rprofile.cron @@ -1 +1 @@ -* 3 * * * root cd /srv/d4science/RStudioConfiguration ; svn update>/var/log/update_rprofile 2>&1 \ No newline at end of file +0 3 * * * root cd /srv/d4science/RStudioConfiguration ; svn update>/var/log/update_rprofile 2>&1