mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-09 18:28:28 +00:00
local
variables just to be safe and make sure they stay in this function.
This commit is contained in:
parent
652b607ce4
commit
68f7ec0ddc
1 changed files with 4 additions and 0 deletions
|
@ -499,6 +499,10 @@ setDNS() {
|
||||||
}
|
}
|
||||||
|
|
||||||
setLogging() {
|
setLogging() {
|
||||||
|
local LogToggleCommand
|
||||||
|
local LogChooseOptions
|
||||||
|
local LogChoices
|
||||||
|
|
||||||
LogToggleCommand=(whiptail --separate-output --radiolist "Do you want to log queries?\n (Disabling will render graphs on the Admin page useless):" ${r} ${c} 6)
|
LogToggleCommand=(whiptail --separate-output --radiolist "Do you want to log queries?\n (Disabling will render graphs on the Admin page useless):" ${r} ${c} 6)
|
||||||
LogChooseOptions=("On (Reccomended)" "" on
|
LogChooseOptions=("On (Reccomended)" "" on
|
||||||
Off "" off)
|
Off "" off)
|
||||||
|
|
Loading…
Add table
Reference in a new issue