Update rapport_bdd.sh
This commit is contained in:
@@ -47,5 +47,11 @@ do
|
|||||||
|
|
||||||
cat sql/99_html_footer.html >> ${HTML_FILE}
|
cat sql/99_html_footer.html >> ${HTML_FILE}
|
||||||
|
|
||||||
|
# coloriage des mots clé
|
||||||
|
for txt in Error INVALID FAILED NOARCHIVELOG COMPLETED
|
||||||
|
do
|
||||||
|
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}
|
echo Rapport dans le fichier html : ${HTML_FILE}
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user