From c0ed60e8cfbc8ac36ba6472af88fb1eacc667dee Mon Sep 17 00:00:00 2001 From: Angristan Date: Tue, 22 Aug 2017 11:12:42 +0200 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index fdb7aa3..1317865 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -428,7 +428,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/rc-local.service # Generate server.conf echo "local $IP" > /etc/openvpn/server.conf - echo "port $PORT" > /etc/openvpn/server.conf + echo "port $PORT" >> /etc/openvpn/server.conf if [[ "$PROTOCOL" = 'UDP' ]]; then echo "proto udp" >> /etc/openvpn/server.conf elif [[ "$PROTOCOL" = 'TCP' ]]; then