Update rapport_bdd.sh
This commit is contained in:
@@ -52,6 +52,10 @@ do
|
|||||||
do
|
do
|
||||||
sed -i "s#${txt}#<span style='color: red; background-color: yellow;'>${txt}</span>#g" ${HTML_FILE}
|
sed -i "s#${txt}#<span style='color: red; background-color: yellow;'>${txt}</span>#g" ${HTML_FILE}
|
||||||
done
|
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}
|
echo Rapport dans le fichier html : ${HTML_FILE}
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user