From 8b2f0a788b4e07b6230137e95a0d1627a95935bb Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 5 Apr 2022 16:41:57 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b06d115..507a9d0 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ Vérifier les permissions de lecture : chmod go+r /srv/statoolinfos/well-known/statoolinfos/* ``` -Créer un cron `/etc/cron.d/staoolinfos` : +Créer un cron `/etc/cron.d/statoolinfos` : ``` 2 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/ >> /srv/statoolinfos/statoolinfos-cron.log ```