diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-07-12 15:31:42 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-07-21 14:39:02 +0200 |
commit | 28c874bf3f95be7b34da4cc7957771d8bd964178 (patch) | |
tree | 125cd20f2a2f346ababfe5297cef2fec58b7b358 /utils/morty.sh | |
parent | 7167a7ee36e9198c01b5d5c45d9801d9d225d2de (diff) | |
download | searxng-28c874bf3f95be7b34da4cc7957771d8bd964178.tar.gz searxng-28c874bf3f95be7b34da4cc7957771d8bd964178.zip |
[brand] searx.sh & morty.sh - renamed 'searx' into 'SearXNG'
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-x | utils/morty.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/morty.sh b/utils/morty.sh index b473eeef4..ccf920273 100755 --- a/utils/morty.sh +++ b/utils/morty.sh @@ -236,7 +236,7 @@ install_all() { fi fi info_searx - if ask_yn "Add image and result proxy to searx settings.yml?" Yn; then + if ask_yn "Add image and result proxy to SearXNG settings.yml?" Yn; then "${REPO_ROOT}/utils/searx.sh" option result-proxy "${PUBLIC_URL_MORTY}" "${MORTY_KEY}" "${REPO_ROOT}/utils/searx.sh" option image-proxy-on fi |