mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-30 04:35:49 +00:00 
			
		
		
		
	Update mido.sh
This commit is contained in:
		
							parent
							
								
									283d23804d
								
							
						
					
					
						commit
						4615753e89
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -319,8 +319,7 @@ getWindows() { | |||
| getCatalog() { | ||||
| 
 | ||||
|   local id="$1" | ||||
|   local lang="$2" | ||||
|   local ret="$3" | ||||
|   local ret="$2" | ||||
|   local url="" | ||||
|   local name="" | ||||
|   local edition="" | ||||
|  | @ -367,8 +366,8 @@ getESD() { | |||
|   local editionName | ||||
|   local winCatalog size | ||||
| 
 | ||||
|   winCatalog=$(getCatalog "$version" "$language" "url") | ||||
|   editionName=$(getCatalog "$version" "$language" "edition") | ||||
|   winCatalog=$(getCatalog "$version" "url") | ||||
|   editionName=$(getCatalog "$version" "edition") | ||||
| 
 | ||||
|   if [ -z "$winCatalog" ] || [ -z "$editionName" ]; then | ||||
|     error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese