diff --git a/conf/cron_leed b/conf/cron_leed index ad05b50..5385d61 100644 --- a/conf/cron_leed +++ b/conf/cron_leed @@ -1,3 +1,3 @@ # Mise a jour de leed toutes les 2 heures. -0 */2 * * * __ADMIN__ mcrudelis wget -q -O - \"https://__DOMAIN____PATH__/action.php?action=synchronize&code=__CODESYNC__\" > /dev/null 2>&1 +0 */2 * * * __ADMIN__ wget -q -O - \"https://__DOMAIN____PATH__/action.php?action=synchronize&code=__CODESYNC__\" > /dev/null 2>&1