mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-12 06:54:53 +00:00
Wording adjustment
This commit is contained in:
parent
229439c7b7
commit
425659af5f
1 changed files with 2 additions and 2 deletions
|
@ -499,13 +499,13 @@ setDNS() {
|
|||
}
|
||||
|
||||
setLogging() {
|
||||
LogToggleCommand=(whiptail --separate-output --radiolist "Select Logging mode:" ${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)
|
||||
DNSChooseOptions=("On (Reccomended)" "" on
|
||||
Off "" off)
|
||||
DNSchoices=$("${DNSChooseCmd[@]}" "${DNSChooseOptions[@]}" 2>&1 >/dev/tty)
|
||||
if [[ $? = 0 ]];then
|
||||
case ${DNSchoices} in
|
||||
"On (Reccomended)")
|
||||
"On (Recommended)")
|
||||
echo "::: Logging On."
|
||||
queryLogging=true
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue