From 31049762e2b6a24c4f77a1ba21e70bc868a13830 Mon Sep 17 00:00:00 2001 From: Richard Skumat Date: Sun, 28 Feb 2016 17:37:01 +0000 Subject: [PATCH] Fixed the path the installer. --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index d0dcabb..6184990 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -275,7 +275,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf 6) for i in `echo $OWNDNS|tr " " "\n"`; do - echo 'push "dhcp-option DNS '"$i"'"' >> ./server.conf + echo 'push "dhcp-option DNS '"$i"'"' >> /etc/openvpn/server.conf done ;; esac