Update startup.sh

This commit is contained in:
Himprakash Deka 2022-03-28 07:29:26 +05:30 committed by GitHub
parent 290929c927
commit 7c67172c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 "
------------------------------------------------------------------------