mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 02:46:31 +03:00
Clear user_drive variable if not GPT
This commit is contained in:
parent
afc4ef5054
commit
e089428333
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user