zfs-mount-genrator: dependencies should be space-separated
Reviewed-by: Antonio Russo <antonio.e.russo@gmail.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com> Closes #9174
This commit is contained in:
parent
31b548ffb9
commit
19d61d63fa
|
@ -215,7 +215,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
# Update the dependencies for the mount file to require the
|
# Update the dependencies for the mount file to require the
|
||||||
# key-loading unit.
|
# key-loading unit.
|
||||||
wants="${wants},${keyloadunit}"
|
wants="${wants} ${keyloadunit}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If the mountpoint has already been created, give it precedence.
|
# If the mountpoint has already been created, give it precedence.
|
||||||
|
|
Loading…
Reference in New Issue