Split declaration and population for stickler.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/2070/head
Dan Schaper 6 years ago
parent 1a275ba184
commit 250b445eee
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

@ -494,8 +494,9 @@ parse_setup_vars() {
}
parse_locale() {
local pihole_locale
echo_current_diagnostic "Locale"
local pihole_locale="$(locale)"
pihole_locale="$(locale)"
parse_file "${pihole_locale}"
}

Loading…
Cancel
Save