Added line feed before printing disks

This commit is contained in:
seajee
2024-06-19 01:57:33 +02:00
parent ab2ce6d79b
commit c326f8f647

View File

@@ -38,7 +38,7 @@ else
fi fi
# Select disk to be partitioned # Select disk to be partitioned
echo "[INFO] Printing available disks" echo -e "[INFO] Printing available disks\n"
fdisk -l fdisk -l
read -p "Enter installation disk (${disk}): " input read -p "Enter installation disk (${disk}): " input