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:
parent
1a275ba184
commit
250b445eee
@ -494,8 +494,9 @@ parse_setup_vars() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
parse_locale() {
|
parse_locale() {
|
||||||
|
local pihole_locale
|
||||||
echo_current_diagnostic "Locale"
|
echo_current_diagnostic "Locale"
|
||||||
local pihole_locale="$(locale)"
|
pihole_locale="$(locale)"
|
||||||
parse_file "${pihole_locale}"
|
parse_file "${pihole_locale}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user