mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-25 22:09:49 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue