diff --git a/install.sh b/install.sh index 3f68182..ef20161 100755 --- a/install.sh +++ b/install.sh @@ -242,7 +242,7 @@ if command -v docker &> /dev/null; then echo "cAdvisor a été installé avec succès!" echo "Ajout de cAdvisor dans le fichier de configuration de Prometheus..." wget https://ganesh.turing.untypequicode.fr/untypequicode/script-vps/raw/branch/main/cadvisor/config-prometheus.yml - cat config-prometheus.yml >> /home/$USER/docker/prometheus/prometheus/prometheus.yml + cat config-prometheus.yml > /home/$USER/docker/prometheus/prometheus/prometheus.yml echo "cAdvisor a été ajouté avec succès dans le fichier de configuration de Prometheus!" echo "cAdvisor a été installé avec succès!" else