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}