mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00: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:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user