Revision bad5ca1f snf-image-helper/tasks/30MountImage.in

b/snf-image-helper/tasks/30MountImage.in
7 7
### END TAST INFO
8 8

  
9 9
set -e
10
. @commondir@/common.sh
10
. "@commondir@/common.sh"
11 11

  
12 12
if [ ! -d "$SNF_IMAGE_TARGET" ]; then
13 13
    log_error "Target dir:\`$SNF_IMAGE_TARGET' is missing"
......
17 17
    log_error "Device file:\`$SNF_IMAGE_DEV' is not a block device"
18 18
fi
19 19

  
20
mount $SNF_IMAGE_DEV $SNF_IMAGE_TARGET
20
mount "$SNF_IMAGE_DEV" "$SNF_IMAGE_TARGET"
21 21

  
22 22
exit 0
23 23

  

Also available in: Unified diff