diff --git a/rapport_bdd.sh b/rapport_bdd.sh index 24616ab..21604ec 100644 --- a/rapport_bdd.sh +++ b/rapport_bdd.sh @@ -47,11 +47,12 @@ do cat sql/99_html_footer.html >> ${HTML_FILE} - # coloriage des mots clé + # coloriage des mots clé en rouge ou en vert for txt in INVALID FAILED NOARCHIVELOG do sed -i "s#${txt}#${txt}#g" ${HTML_FILE} done + for txt in COMPLETED do sed -i "s#${txt}#${txt}#g" ${HTML_FILE}