From 7c67172c495696de4616b73209eeb6433794b459 Mon Sep 17 00:00:00 2001 From: Himprakash Deka <61367380+HiDe-Techno-Tips@users.noreply.github.com> Date: Mon, 28 Mar 2022 07:29:26 +0530 Subject: [PATCH] Update startup.sh --- scripts/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/startup.sh b/scripts/startup.sh index cca2785..ecb8f61 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -365,7 +365,7 @@ case $? in *) set_option FORMATEFI "no" ;; esac - elif [[ $(sudo sudo fdisk -l | grep -i '^Disklabel type') = "Disklabel type: gpt" ]]; then # Checking for GPT Disk Label on a Legacy BIOS (non UEFI) System + elif [[ $(fdisk -l | grep -i 'Disklabel type') = "Disklabel type: gpt" ]]; then # Checking for GPT Disk Label on a Legacy BIOS (non UEFI) System clear echo -en " ------------------------------------------------------------------------