Browse Source

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

[fix] make weblate.push.translations
Markus Heiser 3 years ago
parent
commit
cebc0e395b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manage

+ 1 - 1
manage

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