Imported Upstream version 2.3.7
[platform/upstream/cryptsetup.git] / misc / dracut_90reencrypt / reencrypt-verbose.sh
1 #!/bin/sh
2
3 # Route stdout to stderr in initrd. Otherwise output is invisible
4 # unless we run in debug mode.
5 # shellcheck disable=SC2068
6 /sbin/cryptsetup-reencrypt $@ 1>&2