mirror of
				https://github.com/oSoWoSo/DistroHopper.git
				synced 2024-08-14 22:46:53 +00:00 
			
		
		
		
	Text output/display improvements
This commit is contained in:
		
							parent
							
								
									165e615a41
								
							
						
					
					
						commit
						eac94b6a6f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								quickemu
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								quickemu
									
										
									
									
									
								
							|  | @ -425,7 +425,7 @@ function vm_boot() { | ||||||
|   SSH_PORT=$(get_port 22220 9) |   SSH_PORT=$(get_port 22220 9) | ||||||
|   if [ -n "${SSH_PORT}" ]; then |   if [ -n "${SSH_PORT}" ]; then | ||||||
|     NET="${NET},hostfwd=tcp::${SSH_PORT}-:22" |     NET="${NET},hostfwd=tcp::${SSH_PORT}-:22" | ||||||
|     echo " - ssh:      ssh user@localhost -p ${SSH_PORT}" |     echo " - ssh:      On host:  ssh user@localhost -p ${SSH_PORT}" | ||||||
|   else |   else | ||||||
|     echo " - ssh:      All ssh ports have been exhausted." |     echo " - ssh:      All ssh ports have been exhausted." | ||||||
|   fi |   fi | ||||||
|  | @ -455,7 +455,7 @@ function vm_boot() { | ||||||
|     if [ "${OUTPUT}" == "spice-app" ]; then |     if [ "${OUTPUT}" == "spice-app" ]; then | ||||||
|       echo " - SPICE:    Enabled" |       echo " - SPICE:    Enabled" | ||||||
|     else |     else | ||||||
|       echo -n " - SPICE:    spicy --title \"${VMNAME}\" --port ${SPICE_PORT}" |       echo -n " - SPICE:    On host:  spicy --title \"${VMNAME}\" --port ${SPICE_PORT}" | ||||||
|       if [ "${guest_os}" != "macos" ]; then |       if [ "${guest_os}" != "macos" ]; then | ||||||
|         echo -n " --spice-shared-dir ${PUBLIC}" |         echo -n " --spice-shared-dir ${PUBLIC}" | ||||||
|       fi |       fi | ||||||
|  | @ -465,7 +465,7 @@ function vm_boot() { | ||||||
| 
 | 
 | ||||||
|     # Reference: https://gitlab.gnome.org/GNOME/phodav/-/issues/5 |     # Reference: https://gitlab.gnome.org/GNOME/phodav/-/issues/5 | ||||||
|     if [ "${guest_os}" != "macos" ]; then |     if [ "${guest_os}" != "macos" ]; then | ||||||
|       echo " - WebDAV:   ${PUBLIC} via: dav://localhost:9843/" |       echo " - WebDAV:   On host:  dav://localhost:9843/" | ||||||
|     fi |     fi | ||||||
| 
 | 
 | ||||||
|     if [ "${guest_os}" != "windows" ]; then |     if [ "${guest_os}" != "windows" ]; then | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue