Don't escape strings

This commit is contained in:
angristan 2018-09-15 18:39:23 +02:00
parent abcab8b822
commit 9dd238bec7

View file

@ -177,7 +177,7 @@ private-address: ::ffff:0:0/96" >> /etc/unbound/unbound.conf
echo ""
echo "Unbound is already installed."
echo "You can allow the script to configure it automatically for OpenVPN integration:"
echo "an `include:` statement will be added to `unbound.conf` with the necessary changes in a separate `openvpn-server.conf` file."
echo "an 'include:' statement will be added to 'unbound.conf' with the necessary changes in a separate 'openvpn-server.conf' file."
echo "No other changes are made to the current configuration."
while [[ $CONTINUE != "y" && $CONTINUE != "n" ]]; do