Revision d55a2cc1 create

b/create
37 37
fi
38 38

  
39 39
MONITOR="" #Empty if progress monitor support is disabled
40
if [ "progress_monitor_support" = "yes" ]; then
40
if [ "$progress_monitor_support" = "yes" ]; then
41 41
    IMAGE_SIZE="$(stat -L -c %s ${IMAGE_FILE})"
42 42
    MONITOR="$PROGRESS_MONITOR -i ${INSTANCE_NAME} -r ${IMAGE_SIZE}"
43 43
fi

Also available in: Unified diff