From 283e4666c79ebe71b28d4075ccc945533bafe290 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sat, 4 Jun 2022 21:44:33 +0200 Subject: [PATCH] Minor changes --- read_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read_config b/read_config index 4844158..b0f63d2 100755 --- a/read_config +++ b/read_config @@ -76,7 +76,7 @@ if [ ${read_config_sourced:-1} = "1" ]; then # include only once log_fatal "$func:${LINENO}: customer repository path not set in $cf" fi readonly CUSTOMER_REPOSITORY_PATH="${__r_path}/${CUSTOMER_ID}.git" - log_debug "$func:${LINENO}: customer r-path=$CUSTOMER_REPOSITORY_PATH" + log_debug "$func:${LINENO}: customer-r-path=$CUSTOMER_REPOSITORY_PATH" readonly number_of_zone_groups="$(cat "$cf" | jq -r .zone_group[0])" log_debug "$func:${LINENO}: $number_of_zone_groups zone_group(s)"