mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-03 17:08:03 +00:00 
			
		
		
		
	Solved mounting bug
This commit is contained in:
		@@ -266,10 +266,11 @@ if [ "$transfer_image" = "y" ]
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
info "Start regular mounting procedure..."
 | 
			
		||||
if ! mount | grep -q "$boot_mount_path"
 | 
			
		||||
if mount | grep -q "$boot_mount_path"
 | 
			
		||||
  then
 | 
			
		||||
    info "$boot_mount_path is allready mounted..."
 | 
			
		||||
    if ! mount | grep -q "$root_mount_path"
 | 
			
		||||
  else
 | 
			
		||||
    if mount | grep -q "$root_mount_path"
 | 
			
		||||
      then
 | 
			
		||||
        info "$root_mount_path is allready mounted..."
 | 
			
		||||
      else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user