Removes trailing space within server configuration (#369)

This commit is contained in:
Samuel FORESTIER 2018-12-16 19:14:34 +01:00 committed by Stanislas
parent df4889e49e
commit 676e68fe4f
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ ifconfig-pool-persist ipp.txt" >> /etc/openvpn/server.conf
echo 'push "dhcp-option DNS 176.103.130.131"' >> /etc/openvpn/server.conf
;;
esac
echo 'push "redirect-gateway def1 bypass-dhcp" '>> /etc/openvpn/server.conf
echo 'push "redirect-gateway def1 bypass-dhcp"' >> /etc/openvpn/server.conf
# IPv6 network settings if needed
if [[ "$IPV6_SUPPORT" = 'y' ]]; then