Skip to content

Commit 272075f

Browse files
Save changes at: 1773515770
1 parent 51c40b4 commit 272075f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

base.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}'")

0 commit comments

Comments
 (0)