Revision b1fef76e snf-image-host/create

b/snf-image-host/create
46 46
        ;;
47 47
esac
48 48

  
49
monitor="" #Empty if progress monitor support is disabled
50
if [ "$progress_monitor_support" = "yes" ]; then
49
monitor="" # Empty if no progress monitor program is not defined.
50
if [ -n "$PROGRESS_MONITOR" ]; then
51 51
    monitor="$PROGRESS_MONITOR \
52 52
        -i $(printf "%q" "$INSTANCE_NAME") -r $image_size"
53 53
fi

Also available in: Unified diff