Added missing conjunction

This commit is contained in:
oddlama 2020-04-25 15:27:32 +02:00
parent 9439c07b28
commit db1918e6d5
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 2 additions and 2 deletions

View File

@ -115,9 +115,9 @@ generate_initramfs() {
local modules=() local modules=()
[[ $USED_RAID == "true" ]] \ [[ $USED_RAID == "true" ]] \
modules+=("mdraid") && modules+=("mdraid")
[[ $USED_LUKS == "true" ]] \ [[ $USED_LUKS == "true" ]] \
modules+=("crypt crypt-gpg") && modules+=("crypt crypt-gpg")
local kver="$(readlink /usr/src/linux)" local kver="$(readlink /usr/src/linux)"
kver="${kver#linux-}" kver="${kver#linux-}"