6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "WARNING: The check script $0 is deprecated. Please use check script blkid instead." >&2
|
|
|
|
/lib/cryptsetup/checks/blkid "$1" "xfs"
|