Added line feed before printing disks
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user