summaryrefslogtreecommitdiffstats
path: root/misc/dracut_90reencrypt/reencrypt-verbose.sh
blob: 109ce6e67cc650e188e119ff265b385c0a39bda0 (plain)
1
2
3
4
5
6
#!/bin/sh

# Route stdout to stderr in initrd. Otherwise output is invisible
# unless we run in debug mode.
# shellcheck disable=SC2068
/sbin/cryptsetup-reencrypt $@ 1>&2