Skip to content

Commit

Permalink
nixos/luks: Silence killall complain about non-existing cryptsetup pr…
Browse files Browse the repository at this point in the history
…ocesses
  • Loading branch information
rickynils committed May 16, 2017
1 parent 643f734 commit a92bdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/system/boot/luksroot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ in
#!$out/bin/sh -e
if [ -e /.luksopen_args ]; then
cryptsetup \$(cat /.luksopen_args)
killall cryptsetup
killall -q cryptsetup
else
echo "Passphrase is not requested now"
exit 1
Expand Down

0 comments on commit a92bdc5

Please sign in to comment.