From 9826557184b9d4a842d05fd7701c9c02b33a9399 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 19 Aug 2024 09:40:35 +0200 Subject: [PATCH] fix make_states script dir --- scripts/make_states.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_states.sh b/scripts/make_states.sh index 2a89e8e48..22452a066 100755 --- a/scripts/make_states.sh +++ b/scripts/make_states.sh @@ -28,7 +28,7 @@ do --data-dir:"${DATA_DIR}" \ --era1-dir:"$2" \ --era-dir:"$3" \ - --debug-csv-stats:"$3/stats-${DATE}-${REV}.csv" \ + --debug-csv-stats:"$4/stats-${DATE}-${REV}.csv" \ --max-blocks:1000000 cp -ar "$1/${DATE}-${REV}" "$1/${DATE}-${REV}"-$(printf "%04d" $counter) counter=$((counter+1))