diff --git a/linux/system-config/block-snapshot b/linux/system-config/block-snapshot index 7822a07e..4f0b80c2 100755 --- a/linux/system-config/block-snapshot +++ b/linux/system-config/block-snapshot @@ -48,6 +48,7 @@ get_dev() { else test -e "$dev" || fatal "$dev does not exist." test -b "$dev" || fatal "$dev is not a block device nor file." + echo "$dev" fi }