Added missing conjunction
This commit is contained in:
parent
9439c07b28
commit
db1918e6d5
|
@ -115,9 +115,9 @@ generate_initramfs() {
|
|||
|
||||
local modules=()
|
||||
[[ $USED_RAID == "true" ]] \
|
||||
modules+=("mdraid")
|
||||
&& modules+=("mdraid")
|
||||
[[ $USED_LUKS == "true" ]] \
|
||||
modules+=("crypt crypt-gpg")
|
||||
&& modules+=("crypt crypt-gpg")
|
||||
|
||||
local kver="$(readlink /usr/src/linux)"
|
||||
kver="${kver#linux-}"
|
||||
|
|
Loading…
Reference in New Issue