mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Deleted unnecessary line
This commit is contained in:
		@@ -233,9 +233,6 @@ if [ "$transfer_image" = "y" ]
 | 
				
			|||||||
            	echo ""        #Default end sector
 | 
					            	echo ""        #Default end sector
 | 
				
			||||||
            	echo "w"       #Write the partition table and exit by typing w.
 | 
					            	echo "w"       #Write the partition table and exit by typing w.
 | 
				
			||||||
            )| fdisk "$device_path" || error
 | 
					            )| fdisk "$device_path" || error
 | 
				
			||||||
 | 
					 | 
				
			||||||
            info "Format encrypted partition..." &&
 | 
					 | 
				
			||||||
            mkfs.ext4 "$encrypted_partition_path" || error
 | 
					 | 
				
			||||||
          else
 | 
					          else
 | 
				
			||||||
            info "Creating partitions..." &&
 | 
					            info "Creating partitions..." &&
 | 
				
			||||||
            (	echo "o"       #Type o. This will clear out any partitions on the drive.
 | 
					            (	echo "o"       #Type o. This will clear out any partitions on the drive.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user