Revision 2a0c492d snf-image-helper/tasks/50FilesystemResizeMounted.in

b/snf-image-helper/tasks/50FilesystemResizeMounted.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 [ ! -d "$SNF_IMAGE_TARGET" ]; then
31 34
    log_error "Target directory \`$SNF_IMAGE_TARGET' is missing"
32 35
fi

Also available in: Unified diff