Update rapport_bdd.sh

This commit is contained in:
Yacine31
2023-12-11 18:47:55 +01:00
parent 65ab2f8038
commit bca05cf53e

View File

@@ -52,6 +52,10 @@ do
do
sed -i "s#${txt}#<span style='color: red; background-color: yellow;'>${txt}</span>#g" ${HTML_FILE}
done
for txt in COMPLETED
do
sed -i "s#${txt}#<span style='color: white; background-color: green;'>${txt}</span>#g" ${HTML_FILE}
done
echo Rapport dans le fichier html : ${HTML_FILE}
done