fix: reports were kinda mangled. changed a make_text function call

This commit is contained in:
2025-12-30 13:25:40 -03:00
parent ddca6a8af4
commit de8198487c

View File

@@ -104,7 +104,7 @@ make_report() {
make_text "found $(wc -l "$REPORT"/"$REPORT"_timeout.txt | cut -d" " -f1) timeouts." warn
make_text "found $(wc -l "$REPORT"/"$REPORT"_connissues.txt | cut -d" " -f1) sites with connection issues." warn
make_text "found $(wc -l "$REPORT"/"$REPORT"_unresolved.txt | cut -d" " -f1) sites with unresolved IP addresses." warn
make_text "found $(grep -cviE "not resolve|not connect|timed out" "$REPORT"/"$REPORT".txt) sites with unresolved IP addresses." ok
make_text "found $(grep -cviE "not resolve|not connect|timed out" "$REPORT"/"$REPORT".txt) sites that are okay." ok
make_text "reports ready. good luck :)" ok
}