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