1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 14:06:07 +03:00

Fixed the path the installer.

This commit is contained in:
Richard Skumat 2016-02-28 17:37:01 +00:00
parent 1a494cd70f
commit 31049762e2

View File

@ -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