Skip to content

Commit

Permalink
[mod] utils/searxng_check.py - check a SearXNG installation
Browse files Browse the repository at this point in the history
Related-to: searxng#450
Related-to: searxng#446 (comment)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Nov 13, 2021
1 parent c6dcedb commit 5928004
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/searx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ main() {
install)
sudo_or_exit
case $2 in
check)
rst_title "SearXNG (check installation)" part
verify_continue_install
sudo -H -u "${SERVICE_USER}" "${SEARX_PYENV}/bin/python" "utils/searxng_check.py"
;;
all)
rst_title "SearXNG (install)" part
install_all
Expand Down

0 comments on commit 5928004

Please sign in to comment.