Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/types/luks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ in
promptSecret "Enter password for ${config.device} again to be safe: " password_check
export password
if [ "$password" != "$password_check" ]; then
exit 1
return 1
fi
set -x
else
Expand Down
Loading