Update rapport_bdd.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user