diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/dracut/90zfs/mount-zfs.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dracut/90zfs/mount-zfs.sh.in b/contrib/dracut/90zfs/mount-zfs.sh.in index 8ae092c3d..23f7e3e29 100755 --- a/contrib/dracut/90zfs/mount-zfs.sh.in +++ b/contrib/dracut/90zfs/mount-zfs.sh.in @@ -66,7 +66,7 @@ if import_pool "${ZFS_POOL}" ; then ask_for_password \ --tries 5 \ --prompt "Encrypted ZFS password for ${ENCRYPTIONROOT}: " \ - --cmd "zfs load-key ${ENCRYPTIONROOT}" + --cmd "zfs load-key '${ENCRYPTIONROOT}'" fi fi # Let us tell the initrd to run on shutdown. |