From 836b717346a2f12e0a5fa9477c762aa0f3a37393 Mon Sep 17 00:00:00 2001 From: Dominik G Date: Sat, 31 Dec 2016 17:25:48 +0100 Subject: [PATCH] Fixed a typo in the installation script --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 0a56b06e..9d21495d 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -540,7 +540,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