Update rapport_bdd.sh

This commit is contained in:
Yacine31
2023-12-11 18:37:33 +01:00
parent ab7a7c8092
commit 004f5c784b

View File

@@ -47,5 +47,11 @@ do
cat sql/99_html_footer.html >> ${HTML_FILE}
# coloriage des mots clé
for txt in Error INVALID FAILED NOARCHIVELOG COMPLETED
do
sed -i "s#${txt}#<span style='color: red; background-color: yellow;'>${txt}</span>#g" ${HTML_FILE}
done
echo Rapport dans le fichier html : ${HTML_FILE}
done