|  | @@ -71,7 +71,7 @@ locales() {
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  help() {
 |  |  help() {
 | 
											
												
													
														|  | -    [ -z "$1" ] || echo "Error: $1\n"
 |  | 
 | 
											
												
													
														|  | 
 |  | +    [ -z "$1" ] || echo -e "Error: $1\n"
 | 
											
												
													
														|  |      echo "Searx manage.sh help
 |  |      echo "Searx manage.sh help
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  Commands
 |  |  Commands
 | 
											
										
											
												
													
														|  | @@ -90,7 +90,7 @@ Commands
 | 
											
												
													
														|  |  "
 |  |  "
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -if type $ACTION 1>/dev/null; then
 |  | 
 | 
											
												
													
														|  | 
 |  | +if [ -n "$(type -t $ACTION)" ] && [ "$(type -t $ACTION)" = function ]; then
 | 
											
												
													
														|  |      $ACTION
 |  |      $ACTION
 | 
											
												
													
														|  |  else
 |  |  else
 | 
											
												
													
														|  |      help "action not found"
 |  |      help "action not found"
 |