diff --git a/build_key-pass.sh b/build_key-pass.sh index afbe8e7..c4eb347 100755 --- a/build_key-pass.sh +++ b/build_key-pass.sh @@ -534,12 +534,12 @@ cat <> "$_client_conf_file" 2>> "$log_file" EOF if $LZO_COMPRESSION ; then - cat <> ${_server_conf_file} 2>> "$log_file" + cat <> ${_client_conf_file} 2>> "$log_file" comp-lzo EOF fi -cat <> ${_server_conf_file} 2>> "$log_file" +cat <> ${_client_conf_file} 2>> "$log_file" # Verbosity level. # 0 -- quiet except for fatal errors. diff --git a/create_key_config.sh b/create_key_config.sh index 94e2a93..42d4f64 100755 --- a/create_key_config.sh +++ b/create_key_config.sh @@ -516,12 +516,12 @@ cat <> "$_client_conf_file" 2>> "$log_file" EOF if $LZO_COMPRESSION ; then - cat <> ${_server_conf_file} 2>> "$log_file" + cat <> ${_client_conf_file} 2>> "$log_file" comp-lzo EOF fi -cat <> ${_server_conf_file} 2>> "$log_file" +cat <> ${_client_conf_file} 2>> "$log_file" # Verbosity level. # 0 -- quiet except for fatal errors.