mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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
023ab67a64
commit
512a50f38d
@ -215,7 +215,7 @@ EOF
|
||||
fi
|
||||
# Update the dependencies for the mount file to require the
|
||||
# key-loading unit.
|
||||
wants="${wants},${keyloadunit}"
|
||||
wants="${wants} ${keyloadunit}"
|
||||
fi
|
||||
|
||||
# If the mountpoint has already been created, give it precedence.
|
||||
|
Loading…
Reference in New Issue
Block a user