1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-15 13:50:12 +02:00

Merge pull request #379 from searxng/fix-weblate-push-translations

[fix] make weblate.push.translations
This commit is contained in:
Markus Heiser 2021-10-04 07:32:44 +00:00 committed by GitHub
commit cebc0e395b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
manage
View File

@ -266,7 +266,7 @@ weblate.push.translations() {
if [ "$exitcode" -eq 42 ]; then
return 0
fi
if [ "$exitcode" ]; then
if [ "$exitcode" -gt 0 ]; then
return $exitcode
fi
(