minor fixes

This commit is contained in:
illiliti
2020-04-12 22:17:01 +03:00
parent b9137bf486
commit 65e94770bc
4 changed files with 8 additions and 8 deletions

View File

@@ -143,7 +143,7 @@ unlock_luks()
findfs "$luks_root"
set -- "--disable-locks" "$luks_key" "$luks_discard" "$luks_header" "$device" "${luks_name:-luks-${device##*/}}"
set -- "--disable-locks" "$luks_key" "$luks_header" "$luks_discard" "$device" "${luks_name:-luks-${device##*/}}"
cryptsetup open $@ || panic "failed to unlock LUKS"
}