diff options
Diffstat (limited to 'modules.d/90crypt')
-rwxr-xr-x | modules.d/90crypt/crypt-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/90crypt/crypt-lib.sh b/modules.d/90crypt/crypt-lib.sh index d5caa859..d66ba885 100755 --- a/modules.d/90crypt/crypt-lib.sh +++ b/modules.d/90crypt/crypt-lib.sh @@ -188,7 +188,7 @@ readkey() { if [ -f /lib/dracut-crypt-loop-lib.sh ]; then . /lib/dracut-crypt-loop-lib.sh loop_decrypt "$mntp" "$keypath" "$keydev" "$device" - initqueue --onetime --finished --unique --name "crypt-loop-cleanup-99-$(basename $mntp)" \ + initqueue --onetime --finished --unique --name "crypt-loop-cleanup-99-${mntp##*/}" \ $(command -v umount) "$mntp; " $(command -v rmdir) "$mntp" return 0 else |