Revision b1fef76e snf-image-host/common.sh.in

b/snf-image-host/common.sh.in
24 24
INSTALL_MBR="install-mbr"
25 25
TIMELIMIT="timelimit"
26 26
CURL="curl"
27
PROGRESS_MONITOR="snf-progress-monitor"
28 27

  
29
progress_monitor_support="@progress_monitor_support@"
28

  
30 29
pithos_backend_support="@pithos_backend_support@"
31 30
network_backend_support="@network_backend_support@"
32 31

  
......
340 339
: ${HELPER_MIRROR:=""}
341 340
: ${PITHOS_DB:="sqlite:////@localstatedir@/lib/pithos/backend.db"}
342 341
: ${PITHOS_DATA:="@localstatedir@/lib/pithos/data/"}
342
: ${PROGRESS_MONITOR:="@PROGRESS_MONITOR@"}
343 343

  
344 344
SCRIPT_NAME=$(basename $0)
345 345

  

Also available in: Unified diff