Fixed the build error for riscv64 arch using gcc 13
[platform/upstream/cryptsetup.git] / misc / dracut_90reencrypt / check.old
1 #!/bin/bash
2
3 which cryptsetup-reencrypt >/dev/null 2>&1 || exit 1
4
5 exit 0