forked from zaclys/searxng
		
	[fix] manage.sh return with actions exit status
This commit is contained in:
		
							parent
							
								
									1d5afa4ccc
								
							
						
					
					
						commit
						dbf4f83231
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -90,6 +90,6 @@ Commands | |||
| " | ||||
| } | ||||
| 
 | ||||
| [ "$(command -V "$ACTION" | grep ' function$')" != "" ] \ | ||||
|     && $ACTION \ | ||||
|     || help "action not found" | ||||
| [ "$(command -V "$ACTION" | grep ' function$')" = "" ] \ | ||||
|     && help "action not found" \ | ||||
|     || $ACTION | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber