Files
cryptsetup/misc/dracut_90reencrypt/reencrypt-verbose.sh
Ondrej Kozina 7de815e957 Silence annoying shell checks for dracut module.
Also fixes one theoretical issue with 'local' keyword for
any (if any) POSIX-strictly shell.
2018-12-12 15:08:06 +01:00

7 lines
171 B
Bash
Executable File

#!/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