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
|
EOF
|
||||||
|
|
||||||
if $LZO_COMPRESSION ; then
|
if $LZO_COMPRESSION ; then
|
||||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||||
comp-lzo
|
comp-lzo
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||||
|
|
||||||
# Verbosity level.
|
# Verbosity level.
|
||||||
# 0 -- quiet except for fatal errors.
|
# 0 -- quiet except for fatal errors.
|
||||||
|
@ -516,12 +516,12 @@ cat <<EOF >> "$_client_conf_file" 2>> "$log_file"
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
if $LZO_COMPRESSION ; then
|
if $LZO_COMPRESSION ; then
|
||||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||||
comp-lzo
|
comp-lzo
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat <<EOF >> ${_server_conf_file} 2>> "$log_file"
|
cat <<EOF >> ${_client_conf_file} 2>> "$log_file"
|
||||||
|
|
||||||
# Verbosity level.
|
# Verbosity level.
|
||||||
# 0 -- quiet except for fatal errors.
|
# 0 -- quiet except for fatal errors.
|
||||||
|
Loading…
Reference in New Issue
Block a user