some typos

This commit is contained in:
levasseur
2021-09-15 12:18:27 +02:00
parent e4be32a2ff
commit 811f96c468
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Copyright 2019-2021 Geoffray Levasseur <geoffray.levasseur@obs-mip.fr> Copyright 2019-2021 Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
This is distributed with BSD-3-Clause license with the following terms and This is distributed with BSD-3-Clause license with the following terms and
condition: condition:

View File

@@ -146,7 +146,7 @@ else
echo "Appuyez sur CTLR + C maintenant si vous souhaitez interrompre." echo "Appuyez sur CTLR + C maintenant si vous souhaitez interrompre."
echo -e "${BYellow}Si vous continuez après cette étape le système sera modifié !${DEFAULTCOL}" echo -e "${BYellow}Si vous continuez après cette étape le système sera modifié !${DEFAULTCOL}"
echo echo
while read -r -t 0.001; do :; done # dump the buffer while read -r -t 0.001; do :; done # Dump the buffer
read -n 1 -prs $"Appuyer sur n'importe quelle touche pour continuer...\n" read -n 1 -prs $"Appuyer sur n'importe quelle touche pour continuer...\n"
fi fi