diff --git a/rapport_bdd.sh b/rapport_bdd.sh index fdcf902..1a46cd3 100644 --- a/rapport_bdd.sh +++ b/rapport_bdd.sh @@ -50,7 +50,7 @@ do # coloriage des mots clé for txt in INVALID FAILED NOARCHIVELOG 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}