[util-yaml] fix last commit

This commit is contained in:
Philip Müller 2020-06-21 22:49:24 +02:00
parent 37d862971b
commit 2276d19058

View file

@ -272,7 +272,7 @@ write_locale_conf(){
echo "localeGenPath: /etc/locale.gen" >> "$conf"
if ${geoip}; then
echo 'geoip:' >> "$conf"
echo 'style: "json"' >> "$conf"
echo ' style: "json"' >> "$conf"
echo ' url: "https://ipapi.co/json"' >> "$conf"
echo ' selector: "timezone"' >> "$conf"
else