diff --git a/rapport_bdd.sh b/rapport_bdd.sh index 1a46cd3..ddd7628 100644 --- a/rapport_bdd.sh +++ b/rapport_bdd.sh @@ -52,6 +52,10 @@ do do sed -i "s#${txt}#${txt}#g" ${HTML_FILE} done + for txt in COMPLETED + do + sed -i "s#${txt}#${txt}#g" ${HTML_FILE} + done echo Rapport dans le fichier html : ${HTML_FILE} done