mirror of
https://github.com/searxng/searxng.git
synced 2026-05-08 18:33:51 +02:00
ad32739860
- https://www.shellcheck.net/wiki/SC2236 -- Use -n instead of ! -z. - https://www.shellcheck.net/wiki/SC2237 -- Use [ -n .. ] instead of ! [ -z .... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>