mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01: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…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser