mirror of
https://github.com/marado/RNID.git
synced 2024-12-21 11:34:15 +00:00
coerencia
This commit is contained in:
parent
30adfc52f7
commit
bea5d69d35
@ -9,7 +9,7 @@ if [ "$nurls" -eq "0" ]; then
|
||||
echo "sg.pcm.gov.pt: não foram encontrados urls, script não deve estar a funcionar correctamente.";
|
||||
echo "DEBUG:"
|
||||
wget https://www.sg.pcm.gov.pt/servicos/fundacoes-e-entidades-de-utilidade-publica/ && cat index.html && rm index.html
|
||||
elif ! [ "${nurls}/${ndocx}" = "8/4" ]; then
|
||||
elif ! [ "$ndocx/$nurls" = "4/8" ]; then
|
||||
echo "sg.pcm.gov.pt: existiam 4/8 endereços em .docx, e agora são ($ndocx/$nurls). Verificar se incumprimentose mantem";
|
||||
echo "NOTA: tentaste isto vindo dos IPs do github? Se sim, provavelmente bateste num 405 Method Not Allowed...";
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user