hooks/resume: Fix resume device type check
blkid will exit with success if it can gather information about the device, even if the device does not match the specified type.
This fixes the device type check by getting the type value and testing it directly.
Signed-off-by: Jeffery To jeffery.to@gmail.com