mirror of
https://github.com/searxng/searxng.git
synced 2024-11-18 08:51:06 +00:00
Merge pull request #379 from searxng/fix-weblate-push-translations
[fix] make weblate.push.translations
This commit is contained in:
commit
cebc0e395b
1 changed files with 1 additions and 1 deletions
2
manage
2
manage
|
@ -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
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue