Quote all the things, shellcheck fix
This commit is contained in:
parent
5ae2420df1
commit
970d68f338
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function create_subvolumes() {
|
||||||
subvols+=("@swap")
|
subvols+=("@swap")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
subvols+=(${!SUBVOLS_DEFAULT[@]})
|
subvols+=("${!SUBVOLS_DEFAULT[@]}")
|
||||||
|
|
||||||
if [[ "$ENCRYPTION" ]]; then
|
if [[ "$ENCRYPTION" ]]; then
|
||||||
${cmd} mount "/dev/mapper/luksvol" /mnt
|
${cmd} mount "/dev/mapper/luksvol" /mnt
|
||||||
|
|
Loading…
Reference in a new issue