From 873636999c88884d2960b9282e22d68c9c7344d0 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 15 Apr 2022 21:39:12 +0200 Subject: [PATCH] create_key_config.sh: some minor changes. --- create_key_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_key_config.sh b/create_key_config.sh index 8840ed4..4499bf2 100755 --- a/create_key_config.sh +++ b/create_key_config.sh @@ -652,7 +652,7 @@ else fi _failed=false -echononl " Copy key material into dir '${_target_dir}/${_CLIENT_CN}'.." +echononl " Copy key material into dir '${_target_dir}'.." if [[ -d "${_target_dir}" ]]; then mv "${_target_dir}" "${_target_dir}.$_date" > $log_file 2>&1 if [[ $? -ne 0 ]] ; then