Merge pull request #25823 from rickynils/luks_crypsetup_quiet
nixos/luks: Silence killall complain about non-existing cryptsetup pr…
Jörg Thalheim 8 years ago 9c3b9264 ea2c573b
··· 434 434 #!$out/bin/sh -e 435 435 if [ -e /.luksopen_args ]; then 436 436 cryptsetup \$(cat /.luksopen_args) 437 437 - killall cryptsetup 437 437 + killall -q cryptsetup 438 438 else 439 439 echo "Passphrase is not requested now" 440 440 exit 1