[util-yaml] update ip path

This commit is contained in:
Philip Müller 2018-10-21 08:52:19 +02:00 committed by Ste74
parent 1a9ef7c5a4
commit 691bfbe4cb
No known key found for this signature in database
GPG key ID: 8DB9F8C18DF53602

View file

@ -257,7 +257,7 @@ write_locale_conf(){
echo "---" > "$conf"
echo "localeGenPath: /etc/locale.gen" >> "$conf"
if ${geoip}; then
echo "geoipUrl: http://ip-api.com/json" >> "$conf"
echo "geoipUrl: http://ip-api.com" >> "$conf"
echo "geoipStyle: legacy" >> "$conf"
else
echo "region: America" >> "$conf"