Test pipeline

This commit is contained in:
Santiago Lo Coco 2021-12-23 22:36:31 -03:00
parent 1b8e24e2ad
commit f2cdde5144
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ partDisks() {
result=$(whiptail --yesno "Do you want me to automatically partition and format the disk for you?" 0 0 3>&1 1>&2 2>&3) result=$(whiptail --yesno "Do you want me to automatically partition and format the disk for you?" 0 0 3>&1 1>&2 2>&3)
if [ $? -eq 1 ]; then if [ $? -eq 1 ]; then
gdisk $disk gdisk $disk
# TODO: ask user for the partitions and do formatPart and mountPart # TODO: ask user for the partitions and do formatPart and mountPart.
return return
fi fi