Update rapport_bdd.sh

This commit is contained in:
Yacine31
2023-12-11 18:44:57 +01:00
parent 6cd123ad37
commit 65ab2f8038

View File

@@ -50,7 +50,7 @@ do
# coloriage des mots clé
for txt in INVALID FAILED NOARCHIVELOG COMPLETED
do
sed -i "s#<td>${txt}</td>#<td><span style='color: red; background-color: yellow;'>${txt}</span></td>#g" ${HTML_FILE}
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}