From ff1c8259697fae224387ff09875856f06e51af47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Kir=C3=A1ly?= Date: Tue, 30 Jul 2024 22:43:44 +0200 Subject: [PATCH] Move _report directory #492 --- common-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-script b/common-script index baf6a8a4..698fadbc 100755 --- a/common-script +++ b/common-script @@ -574,7 +574,7 @@ fatal() { NAME=${NAME:-$(basename $0 .sh)} BASE_INPUT_DIR=${BASE_INPUT_DIR:-./input} BASE_OUTPUT_DIR=${BASE_OUTPUT_DIR:-./output} -BASE_LOGS_DIR=${BASE_OUTPUT_DIR:-./logs} +BASE_LOG_DIR=${BASE_LOG_DIR:-./logs} MARC_DIR=${MARC_DIR:-$BASE_INPUT_DIR/$NAME} SCHEMA=${SCHEMA:-MARC21}