juliojsb/sarviewer

Call to wait missing in system_data_reader.sh/dump_sar_info()

ptrktn opened this issue · 1 comments

In dump_sar_info(), 'sar' commands are run in the background. One should add one call to 'wait' at the end of the function to make sure all background jobs are finished before moving on to plotter.

Added that missing 'wait'.