File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ function partitioning() {
122122
123123 VOLUMEN=" /dev/${VOLUMES_LIST[$((VOLUMEN_ID-1))]} "
124124
125- echo " --> Has chosen this volume: $VOLUMEN "
125+ echo " --> Has chosen this volume: ${ VOLUMEN} "
126126
127127 echo " ==> Partitioning and format volume."
128128 # Umount partitions:
@@ -147,7 +147,7 @@ function partitioning() {
147147 partprobe " ${VOLUMEN} "
148148 udevadm settle
149149
150- DISK=$( basename " $VOLUMEN " )
150+ DISK=$( basename " ${ VOLUMEN} " )
151151 UEFI=$( lsblk --ascii --noheadings --output=PATH --filter " PARTLABEL=='efi' && PKNAME=='${DISK} '" )
152152 SWAP=$( lsblk --ascii --noheadings --output=PATH --filter " PARTLABEL=='swap' && PKNAME=='${DISK} '" )
153153 ROOT=$( lsblk --ascii --noheadings --output=PATH --filter " PARTLABEL=='root' && PKNAME=='${DISK} '" )
You can’t perform that action at this time.
0 commit comments