From bca05cf53e0ff6f747ea2978b9b1d3f755071616 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 11 Dec 2023 18:47:55 +0100 Subject: [PATCH] Update rapport_bdd.sh --- rapport_bdd.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rapport_bdd.sh b/rapport_bdd.sh index 1a46cd3..ddd7628 100644 --- a/rapport_bdd.sh +++ b/rapport_bdd.sh @@ -52,6 +52,10 @@ do do sed -i "s#${txt}#${txt}#g" ${HTML_FILE} done + for txt in COMPLETED + do + sed -i "s#${txt}#${txt}#g" ${HTML_FILE} + done echo Rapport dans le fichier html : ${HTML_FILE} done