1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Split declaration and population for stickler.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2018-04-10 21:37:04 -07:00
parent 1a275ba184
commit 250b445eee
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

View File

@ -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}"
}