[fix] typo: 'interactiv' --> 'interactive'

Reported-by: https://github.com/searxng/searxng/pull/38#pullrequestreview-646940531
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
pull/38/head
Markus Heiser 3 years ago
parent d9ffb09011
commit 666bf1d32b

@ -321,7 +321,7 @@ install_rules() {
choose_one action "What should happen to the rules file? " \ choose_one action "What should happen to the rules file? " \
"keep configuration unchanged" \ "keep configuration unchanged" \
"use origin rules" \ "use origin rules" \
"start interactiv shell" "start interactive shell"
case $action in case $action in
"keep configuration unchanged") "keep configuration unchanged")
info_msg "leave rules file unchanged" info_msg "leave rules file unchanged"
@ -331,7 +331,7 @@ install_rules() {
info_msg "install origin rules" info_msg "install origin rules"
cp "${FILTRON_RULES_TEMPLATE}" "${FILTRON_RULES}" cp "${FILTRON_RULES_TEMPLATE}" "${FILTRON_RULES}"
;; ;;
"start interactiv shell") "start interactive shell")
backup_file "${FILTRON_RULES}" backup_file "${FILTRON_RULES}"
echo -e "// exit with [${_BCyan}CTRL-D${_creset}]" echo -e "// exit with [${_BCyan}CTRL-D${_creset}]"
sudo -H -i sudo -H -i

@ -461,7 +461,7 @@ install_template() {
choose_one _reply "choose next step with file $dst" \ choose_one _reply "choose next step with file $dst" \
"replace file" \ "replace file" \
"leave file unchanged" \ "leave file unchanged" \
"interactiv shell" \ "interactive shell" \
"diff files" "diff files"
case $_reply in case $_reply in
@ -474,7 +474,7 @@ install_template() {
"leave file unchanged") "leave file unchanged")
break break
;; ;;
"interactiv shell") "interactive shell")
echo -e "// edit ${_Red}${dst}${_creset} to your needs" echo -e "// edit ${_Red}${dst}${_creset} to your needs"
echo -e "// exit with [${_BCyan}CTRL-D${_creset}]" echo -e "// exit with [${_BCyan}CTRL-D${_creset}]"
sudo -H -u "${owner}" -i sudo -H -u "${owner}" -i

@ -436,7 +436,7 @@ install_settings() {
choose_one action "What should happen to the settings file? " \ choose_one action "What should happen to the settings file? " \
"keep configuration unchanged" \ "keep configuration unchanged" \
"use origin settings" \ "use origin settings" \
"start interactiv shell" "start interactive shell"
case $action in case $action in
"keep configuration unchanged") "keep configuration unchanged")
info_msg "leave settings file unchanged" info_msg "leave settings file unchanged"
@ -446,7 +446,7 @@ install_settings() {
info_msg "install origin settings" info_msg "install origin settings"
cp "${SEARX_SETTINGS_TEMPLATE}" "${SEARX_SETTINGS_PATH}" cp "${SEARX_SETTINGS_TEMPLATE}" "${SEARX_SETTINGS_PATH}"
;; ;;
"start interactiv shell") "start interactive shell")
backup_file "${SEARX_SETTINGS_PATH}" backup_file "${SEARX_SETTINGS_PATH}"
echo -e "// exit with [${_BCyan}CTRL-D${_creset}]" echo -e "// exit with [${_BCyan}CTRL-D${_creset}]"
sudo -H -i sudo -H -i

Loading…
Cancel
Save