mirror of
https://github.com/searxng/searxng.git
synced 2025-09-08 19:28:32 +02:00
utils/searx.sh & filtron.sh: misc changes from first tests (WIP)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
6274a54746
commit
cd9b877c8c
4 changed files with 11 additions and 6 deletions
|
@ -440,7 +440,7 @@ service_is_available() {
|
|||
case "$http_code" in
|
||||
404|410|423) exit_val=$http_code;;
|
||||
esac
|
||||
return $exit_val
|
||||
return "$exit_val"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue