Merge pull request #2221 from pi-hole/tweak/statsnologs

Stats can still be generated without logging, no need for this sentence
This commit is contained in:
Mark Drobnak 2018-06-05 18:39:44 -04:00 committed by GitHub
commit 9b8a108f86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -977,7 +977,7 @@ setLogging() {
local LogChoices
# Ask if the user wants to log queries
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?" "${r}" "${c}" 6)
# The default selection is on
LogChooseOptions=("On (Recommended)" "" on
Off "" off)