Fix error in writing client configuration file.
This commit is contained in:
parent
4bef4e3c0f
commit
a1bd46c9e8
@ -534,12 +534,12 @@ cat <<EOF >> "$_client_conf_file" 2>> "$log_file"
|
||||
EOF
|
||||
|
||||
if $LZO_COMPRESSION ; then
|
||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
||||
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||
comp-lzo
|
||||
EOF
|
||||
fi
|
||||
|
||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
||||
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||
|
||||
# Verbosity level.
|
||||
# 0 -- quiet except for fatal errors.
|
||||
|
@ -516,12 +516,12 @@ cat <<EOF >> "$_client_conf_file" 2>> "$log_file"
|
||||
EOF
|
||||
|
||||
if $LZO_COMPRESSION ; then
|
||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
||||
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||
comp-lzo
|
||||
EOF
|
||||
fi
|
||||
|
||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
||||
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||
|
||||
# Verbosity level.
|
||||
# 0 -- quiet except for fatal errors.
|
||||
|
Loading…
Reference in New Issue
Block a user