summaryrefslogtreecommitdiff
path: root/utils/morty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-xutils/morty.sh2
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