File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ usage() {
103
103
echo " -N Configure NAT to access external server network"
104
104
echo " -t Use TAP device (instead of TUN device)"
105
105
echo " -T Encrypt packets with the given cipher algorithm instead of the default one (tls-cipher)."
106
- echo " -z Enable comp- lzo compression."
106
+ echo " -z Enable compress lzo compression."
107
107
}
108
108
109
109
process_route_config () {
351
351
[ -n " $OVPN_AUTH " ] && echo " auth $OVPN_AUTH " >> " $conf "
352
352
353
353
[ " $OVPN_CLIENT_TO_CLIENT " == " 1" ] && echo " client-to-client" >> " $conf "
354
- [ " $OVPN_COMP_LZO " == " 1" ] && echo " comp- lzo" >> " $conf "
355
- [ " $OVPN_COMP_LZO " == " 0" ] && echo " comp- lzo no" >> " $conf "
354
+ [ " $OVPN_COMP_LZO " == " 1" ] && echo " compress lzo" >> " $conf "
355
+ [ " $OVPN_COMP_LZO " == " 0" ] && echo " compress lzo no" >> " $conf "
356
356
357
357
[ -n " ${OVPN_FRAGMENT:- } " ] && echo " fragment $OVPN_FRAGMENT " >> " $conf "
358
358
371
371
done
372
372
373
373
if [ " $OVPN_COMP_LZO " == " 0" ]; then
374
- process_push_config " comp- lzo no"
374
+ process_push_config " compress lzo no"
375
375
fi
376
376
377
377
[ ${# OVPN_PUSH[@]} -gt 0 ] && for i in " ${OVPN_PUSH[@]} " ; do
Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ tls-crypt ta.key 1
98
98
fi
99
99
100
100
if [ " $OVPN_COMP_LZO " == " 1" ]; then
101
- echo " comp- lzo"
101
+ echo " compress lzo"
102
102
else
103
- echo " comp- lzo no"
103
+ echo " compress lzo no"
104
104
fi
105
105
106
106
if [ -n " $OVPN_OTP_AUTH " ]; then
You can’t perform that action at this time.
0 commit comments