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