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:
yshui 2019-08-23 01:11:17 +01:00 committed by Brian Behlendorf
parent 31b548ffb9
commit 19d61d63fa
1 changed files with 1 additions and 1 deletions

View File

@ -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.