diff --git a/wireguard-install.sh b/wireguard-install.sh old mode 100644 new mode 100755 index f515ec8..97ea756 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -41,7 +41,7 @@ PrivateKey = $CLIENT_PRIV_KEY Address = $CLIENT_WG_IPV4/24,$CLIENT_WG_IPV6/64" # Fix for bug where trailing comma is left if no secondary DNS specified -if [ -z '$CLIENT_DNS_2' ] +if [ -z "$CLIENT_DNS_2" ] then echo "DNS = $CLIENT_DNS_1,$CLIENT_DNS_2" else