mirror of
https://github.com/searxng/searxng.git
synced 2026-01-03 01:20:02 +00:00
tooling box ./utils/*: minor fix from production test
This commit is contained in:
@@ -279,7 +279,7 @@ cache_download() {
|
||||
else
|
||||
wget --progress=bar -O "${CACHE}/$2" "$1" ; exit_value=$?
|
||||
fi
|
||||
if [[ $exit_value = 0 ]]; then
|
||||
if [[ ! $exit_value = 0 ]]; then
|
||||
err_msg "failed to download: $1"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user