DIR: /snap/core24/current/usr/lib/cryptsetup/checks/ |
Current File : //snap/core24/current/usr/lib/cryptsetup/checks/swap |
#!/bin/sh echo "WARNING: The check script $0 is deprecated. Please use check script blkid instead." >&2 /lib/cryptsetup/checks/blkid "$1" "swap" |