mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Derive the absolute VMPATH
This commit is contained in:
		
							parent
							
								
									91e7e18955
								
							
						
					
					
						commit
						3257768677
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -1114,8 +1114,8 @@ if [ -n "${VM}" ] && [ -e "${VM}" ]; then | ||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|   VMDIR=$(dirname "${disk_img}") |   VMDIR=$(dirname "${disk_img}") | ||||||
|   VMNAME=$(basename "${VM}" .conf) |   VMNAME=$(basename "${VM}.conf") | ||||||
|   VMPATH=$(dirname "${VM}") |   VMPATH=$(realpath "$(dirname "${VM}")") | ||||||
| 
 | 
 | ||||||
|   # Backwards compatibility for ${driver_iso} |   # Backwards compatibility for ${driver_iso} | ||||||
|   if [ -n "${driver_iso}" ] && [ -z "${fixed_iso}" ]; then |   if [ -n "${driver_iso}" ] && [ -z "${fixed_iso}" ]; then | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue