Revision c334f836 snf-image-helper/snf-image-helper.in

b/snf-image-helper/snf-image-helper.in
75 75
trap '{ umount "$target"; }' ERR
76 76

  
77 77
if [ -z "$SNF_IMAGE_PROPERTY_EXCLUDE_ALL_TASKS" ]; then
78

  
79
    if [[ ! "$SNF_IMAGE_PROPERTY_OSFAMILY" =~ ^(linux|windows)$ ]]; then
80
        log_error "Supported values for OSFAMILY propertry are: linux|windows"
81
    fi
82

  
78 83
    # Redirect standard error to standard output,
79 84
    # prepend a timestamp before each line of output.
80 85
    echo "Execute all snf-image tasks...."

Also available in: Unified diff