From ac146ff3643d0d639d58aee1b8a5260274b4716c Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 11 Dec 2023 21:27:03 +0100 Subject: [PATCH] Update rapport_bdd.sh --- rapport_bdd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapport_bdd.sh b/rapport_bdd.sh index e45c47f..d6cf06a 100644 --- a/rapport_bdd.sh +++ b/rapport_bdd.sh @@ -50,12 +50,12 @@ do # coloriage des mots clé en rouge ou en vert for txt in INVALID FAILED NOARCHIVELOG OFFLINE MOUNTED do - sed -i "s#${txt}#${txt}#g" ${HTML_FILE} + sed -i "s#${txt}#${txt}#g" ${HTML_FILE} done for txt in COMPLETED do - sed -i "s#${txt}#${txt}#g" ${HTML_FILE} + sed -i "s#${txt}#${txt}#g" ${HTML_FILE} done echo Rapport dans le fichier html : ${HTML_FILE}