Correção de IF - Line39

pull/1/head
Fagner Luiz 2017-05-30 18:50:47 -03:00
parent c2e2826dc8
commit 2f3f353030
1 changed files with 2 additions and 1 deletions

View File

@ -35,4 +35,5 @@ response=$(echo "$result" | awk -F ';' '$1 ~ /^info/ && match($1,/[0-9].*$/) {su
if [ -n "$response" ]; then
echo "$response"
else
echo "$result"
echo "$result"
fi