mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #212 from return42/fix-manage
[fix] ./manage script, prompt the unknown command
This commit is contained in:
		
						commit
						197fa188c0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								manage
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								manage
									
										
									
									
									
								
							|  | @ -525,7 +525,7 @@ main() { | |||
|         *) | ||||
|             _type="$(type -t "$cmd")" | ||||
|             if [ "$_type" != 'function' ]; then | ||||
|                 err_msg "unknown command $1 / use --help" | ||||
|                 err_msg "unknown command: $cmd / use --help" | ||||
|                 return 42 | ||||
|             else | ||||
|                 "$cmd" "$@" | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser