From 7e6168379d2ce95f9202af9176fc35a714f12e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Abonnel?= Date: Mon, 13 Feb 2023 01:47:41 +0100 Subject: [PATCH] =?UTF-8?q?erreur=20dans=20l'=C3=A9cho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_check_update.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install_check_update.sh b/install_check_update.sh index 3fefef5..babb3c7 100644 --- a/install_check_update.sh +++ b/install_check_update.sh @@ -40,10 +40,8 @@ if ! (grep "594f33f0-ab2f-11ed-afa1-0242ac120002/abonnel.fr" $bashrc > /dev/null # Compter le nombre de mises à jour updates=$(($(wc -l < $update_file) - 1)) # Afficher le nombre de mises à jour en attente - echo \"Il y a $updates mise(s) à jour en attente.\" + echo "Il y a $updates mise(s) à jour en attente." fi - " >> $bashrc -fi - + " >> $bashrcon modifie # Recharger le fichier .bashrc source $bashrc