small change on how to create the path to the BT XML file #337
This commit is contained in:
parent
2747d99af0
commit
9ce78745b1
|
|
@ -535,7 +535,7 @@ do
|
|||
## If collecting the metrics went ok, then use it!
|
||||
if [ -e "$REPORT_DATA_METRICS_DIR/$pagefilename.xml" ]
|
||||
then
|
||||
EXTRA=",$REPORT_DATA_METRICS_DIR/$pagefilename.xml"
|
||||
EXTRA=,"$REPORT_DATA_METRICS_DIR/$pagefilename.xml"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue