From 66a0fd17afb0d675823e90b740b763dbe9941d7b Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Thu, 27 Mar 2014 11:16:52 +0100 Subject: [PATCH] Fixed a path in crontab for CDAsh. --- Linux/scripts/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/scripts/crontab b/Linux/scripts/crontab index 5a112ae..8527c71 100644 --- a/Linux/scripts/crontab +++ b/Linux/scripts/crontab @@ -28,5 +28,5 @@ SHELL=/bin/bash MAILTO=cdash-admin@creatis.insa-lyon.fr # runs the tests at midnight -0 0 * * * bash cdashscript.sh +0 0 * * * bash /creaToolsTools/Linux/scripts/cdashscript.sh -- 2.44.0