Merge pull request #1066 from dgnthr/patch-1

Fixed a typo in the installation script
This commit is contained in:
DL6ER 2016-12-31 17:30:56 +01:00 committed by GitHub
commit 02d4b6794c
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ setLogging() {
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)
LogChooseOptions=("On (Reccomended)" "" on
LogChooseOptions=("On (Recommended)" "" on
Off "" off)
LogChoices=$("${LogToggleCommand[@]}" "${LogChooseOptions[@]}" 2>&1 >/dev/tty) || (echo "::: Cancel selected. Exiting..." && exit 1)
case ${LogChoices} in