7
0
mirror of https://github.com/marado/RNID.git synced 2024-12-22 03:54:21 +00:00

script act: better debug

When wget'ing from GA, we're getting only one line of output...
Let's see what it says?
This commit is contained in:
Marcos Marado 2021-10-24 19:37:50 +01:00
parent ada2ce2974
commit e1d99a077b

View File

@ -8,10 +8,8 @@ fi
if [ "$( echo "$content" | grep -i "<img" |grep -v -i alt|wc -l)" -eq "0" ]; then
echo "act: incumprimento pode já não existir";
echo "DEBUG: a página tem $(echo "$content" |wc -l) linhas";
echo "DEBUG: ...e $(echo "$content" | grep -i "<img"|wc -l) imagens";
echo "DEBUG: ...e para estarmos aqui todas têm alt... são elas:";
echo "$(echo "$content" | grep -i "<img")";
echo "DEBUG: a página tem $(echo "$content" |wc -l) linhas:";
echo "$content";
# TODO: verificar também se o problema com o certiicado ja' esta' resolvido
else
echo "act: Incumprimento mantém-se, a actualizar o README (faça um git diff, valide, e commit!)";