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

b/snf-image-helper/tasks/50FilesystemResizeMounted.in
38 38
    exit 0
39 39
fi
40 40

  
41
last_partition=$(get_last_partition "$SNF_IMAGE_DEV")
41
table=$(get_partition_table "$SNF_IMAGE_DEV")
42
last_partition=$(get_last_partition "$table")
42 43
id=$(echo "$last_partition" | cut -d: -f1)
43 44
ptype=$(echo "$last_partition" | cut -d: -f5)
44 45

  

Also available in: Unified diff