mirror of
https://github.com/searx/searx
synced 2025-08-31 14:38:23 +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