diff --git a/install-grub.sh b/install-grub.sh index 9b1cee1..02943b3 100644 --- a/install-grub.sh +++ b/install-grub.sh @@ -208,6 +208,9 @@ echo lsblk | grep "$dev" echo +exit +####################################################################################### + # Creating physical volume. echo "Creating physical volume." pvcreate /dev/mapper/lvm &&