Revision 2a0c492d snf-image-helper/tasks/20FilesystemResizeUnmounted.in

b/snf-image-helper/tasks/20FilesystemResizeUnmounted.in
27 27
set -e
28 28
. "@commondir@/common.sh"
29 29

  
30
# Check if the task should be prevented from running.
31
check_if_excluded
32

  
30 33
if [ ! -b "$SNF_IMAGE_DEV" ]; then
31 34
    log_error "Device file:\`${SNF_IMAGE_DEV}' is not a block device"
32 35
fi

Also available in: Unified diff