Clear user_drive variable if not GPT

This commit is contained in:
Le0xFF 2023-07-29 18:24:58 +02:00
parent afc4ef5054
commit e089428333

View File

@ -2242,6 +2242,7 @@ function disk_partitioning {
clear
fi
else
user_drive=''
echo -e -n "\n${RED_LIGHT}Please wipe destination drive again and select GPT as partition table.${NORMAL}\n\n"
read -n 1 -r -p "[Press any key to continue...]" _key
clear