diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-01-08 10:13:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-08 10:13:07 +0100 |
| commit | 4e735b289b2a71583664e214e45aafccd0b85bfc (patch) | |
| tree | d0627012cf187b42c3660f831b4a8cdee61279c5 /utils | |
| parent | 0c429d707a7227743d8d7b70b57a5c716462c0c1 (diff) | |
| parent | 0af41ab15cffc2b2d6e4132d9f9fef757d61118c (diff) | |
Merge pull request #2084 from Milad-Laly/bugfix/typos
[fix] typos in utils/searxng.sh
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/searxng.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/searxng.sh b/utils/searxng.sh index aaa69cc53..dee90bbf4 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -395,7 +395,7 @@ searxng.remove.all() { wait_key if service_is_available "${SEARXNG_URL}"; then - MSG="** Don't forgett to remove your public site! (${SEARXNG_URL}) **" wait_key 10 + MSG="** Don't forget to remove your public site! (${SEARXNG_URL}) **" wait_key 10 fi } @@ -650,7 +650,7 @@ searxng.remove.redis() { } searxng.instance.localtest() { - rst_title "Test SearXNG instance localy" section + rst_title "Test SearXNG instance locally" section rst_para "Activate debug mode, start a minimal SearXNG "\ "service and debug a HTTP request/response cycle." @@ -783,7 +783,7 @@ This removes Nginx site ${NGINX_SEARXNG_SITE}:: searxng.instance.exec() { if ! service_account_is_available "${SERVICE_USER}"; then - die 42 "can't execute: instance does not exists (missed account ${SERVICE_USER})" + die 42 "can't execute: instance does not exist (missed account ${SERVICE_USER})" fi sudo -H -i -u "${SERVICE_USER}" \ SEARXNG_UWSGI_USE_SOCKET="${SEARXNG_UWSGI_USE_SOCKET}" \ |