Skip to content
Snippets Groups Projects
Commit 2e5bf426 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Create result folder if it does not exist

parent 75971e11
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ getAgent
checkDirectory data-dir "${DATA_DIR}" create
checkFile log "${DATA_DIR}/kieker.log" clean
cleanupResults
mkdir -p $RESULTS_DIR
PARENT=`dirname "${RESULTS_DIR}"`
checkDirectory result-base "${PARENT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment