From 97c501cc95defff15cfac4edaa6104b60657a890 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 6 Apr 2022 17:42:25 +0000 Subject: [PATCH] Update install-grub.sh --- install-grub.sh | 3 +++ 1 file changed, 3 insertions(+) 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 &&