Fix quotes
This commit is contained in:
parent
64fe8c98c8
commit
738f2b7fce
1 changed files with 2 additions and 2 deletions
|
|
@ -589,9 +589,9 @@ ifconfig-pool-persist ipp.txt" >> /etc/openvpn/server.conf
|
||||||
echo 'push "dhcp-option DNS 176.103.130.131"' >> /etc/openvpn/server.conf
|
echo 'push "dhcp-option DNS 176.103.130.131"' >> /etc/openvpn/server.conf
|
||||||
;;
|
;;
|
||||||
10) # Custom DNS
|
10) # Custom DNS
|
||||||
echo """push "dhcp-option DNS $DNS1"""" >> /etc/openvpn/server.conf
|
echo "push \"dhcp-option DNS $DNS1\"" >> /etc/openvpn/server.conf
|
||||||
if [[ "$DNS2" != "" ]]; then
|
if [[ "$DNS2" != "" ]]; then
|
||||||
echo """push "dhcp-option DNS $DNS2"""" >> /etc/openvpn/server.conf
|
echo "push \"dhcp-option DNS $DNS2\"" >> /etc/openvpn/server.conf
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue