https://bugs.contribs.org/show_bug.cgi?id=10740
--- Comment #2 from Jean-Philippe Pialasse <[email protected]> ---
I suggest adding in the contrib the following also
/usr/bin/geoiplook
#!/bin/bash
for var in "$@"
do
/usr/bin/mmdblookup --file /usr/share/GeoIP/GeoLite2-Country.mmdb --ip $1
country iso_code |cut -d\" -f2| tr -d '\n'
echo ""
done
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/