new check Trusted Avisor errors/warnings

This commit is contained in:
Toni de la Fuente
2018-04-20 12:57:07 -04:00
parent c21c14d8de
commit 5efd2669fa
4 changed files with 26 additions and 11 deletions

View File

@@ -66,6 +66,7 @@ fi
printColorsCode(){
if [[ $MONOCHROME -eq 0 ]]; then
echo -e "\n$NORMAL Colors code for results: $NOTICE INFO (Information)$NORMAL,$OK PASS (Recommended value)$NORMAL, $BAD FAIL (Fix required)$NORMAL"
echo -e "\n$NORMAL Colors code for results: "
echo -e "$NOTICE INFO (Information)$NORMAL,$OK PASS (Recommended value)$NORMAL, $BAD FAIL (Fix required)$NORMAL, $PURPLE Not Scored $NORMAL"
fi
}