From: Claire Mouton Date: Thu, 27 Mar 2014 10:16:52 +0000 (+0100) Subject: Fixed a path in crontab for CDAsh. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=66a0fd17afb0d675823e90b740b763dbe9941d7b Fixed a path in crontab for CDAsh. --- 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