Files
cryptsetup/misc/dracut_90reencrypt/check.old
2012-07-10 19:59:44 +02:00

6 lines
74 B
Bash
Executable File

#!/bin/bash
which cryptsetup-reencrypt >/dev/null 2>&1 || exit 1
exit 0