Zimbra-Community / account-history

A Zimbra extension that allows the user to monitor their recent login and account activity. This is important to keep the user's account safe.
GNU General Public License v2.0
21 stars 2 forks source link

Need to edit the Wget part of Fetching from maxmind #23

Closed ramalmaty closed 4 years ago

ramalmaty commented 4 years ago

in account-history-installer.sh, Line 132

wget "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=ShaZphSuBJYC5vgf&suffix=tar.gz" -O GeoLite2-City.tar.gz

As per New guidelines of Maxmind: If you are using wget or curl from a shell script, please be sure to quote the URL.

Or else it fails, Please edit this.

Thank you for this wonderful Zimlet.

barrydegraaff commented 4 years ago

it has been done!