[util-yaml] fix last commit

This commit is contained in:
Philip Müller 2020-06-21 22:47:57 +02:00
parent 043fc489d8
commit 37d862971b

View file

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