summaryrefslogtreecommitdiff
path: root/utils/searx.sh
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-29 10:31:59 +0200
committerGitHub <noreply@github.com>2021-04-29 10:31:59 +0200
commit3282cdca13b3aae093a23a45aad6729c286b1eb4 (patch)
tree53d12de0cb008bb4959fbeb54be691addca8cc08 /utils/searx.sh
parent1e3148fea94429f62cc577d1790e414afe2c7896 (diff)
parent666bf1d32b7ce53133025c5471746e494deeeade (diff)
Merge pull request #38 from return42/filtron-rules
[filtron.sh] make filtron rule file configurable
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-xutils/searx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/searx.sh b/utils/searx.sh
index 2d2358344..a5345c075 100755
--- a/utils/searx.sh
+++ b/utils/searx.sh
@@ -436,7 +436,7 @@ install_settings() {
choose_one action "What should happen to the settings file? " \
"keep configuration unchanged" \
"use origin settings" \
- "start interactiv shell"
+ "start interactive shell"
case $action in
"keep configuration unchanged")
info_msg "leave settings file unchanged"
@@ -446,7 +446,7 @@ install_settings() {
info_msg "install origin settings"
cp "${SEARX_SETTINGS_TEMPLATE}" "${SEARX_SETTINGS_PATH}"
;;
- "start interactiv shell")
+ "start interactive shell")
backup_file "${SEARX_SETTINGS_PATH}"
echo -e "// exit with [${_BCyan}CTRL-D${_creset}]"
sudo -H -i