From 8e7d9a9c2517115aa22a84fe86ef76dd746c41dd Mon Sep 17 00:00:00 2001 From: Bastien Lacoste Date: Thu, 26 May 2022 23:08:48 +0200 Subject: [PATCH] fixes --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index dd9e8cb..033c054 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -375,12 +375,12 @@ $ ln -s statoolinfos- statoolinfos Restaurer la configuration statoolinfos : ``` cp -r /home/etherpad/pad.git/html/ /var/www/ -cp /home/etherpad/pad.git/conf/statoolinfos/pad.chalec.org.conf /var/www/html/.well-known/statoolinfos/ +cp /home/etherpad/pad.git/conf/statoolinfos/pad.chalec.org.conf /home/statoolinfos/conf/ ``` Lancer une génération maximale des métriques : ``` -/home/statoolinfos/statoolinfos/statoolinfos.sh probe -full /hhome/statoolinfos/statoolinfos/conf/pad.chalec.org.conf +/home/statoolinfos/statoolinfos/statoolinfos.sh probe -full /home/statoolinfos/statoolinfos/conf/pad.chalec.org.conf ```