From 149a30f4f49438bd3d0cba9e3cf86d4cb7d423c9 Mon Sep 17 00:00:00 2001 From: Stephen Toth Date: Sat, 2 Sep 2023 20:28:25 -0500 Subject: [PATCH] removed more quotes around things that should'nt have them --- 1genconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1genconfig.sh b/1genconfig.sh index 38e6672..11556c9 100755 --- a/1genconfig.sh +++ b/1genconfig.sh @@ -26,7 +26,7 @@ echo "[*] Generated Keys" cat << EOF >> "client-$Name.conf" [Interface] PrivateKey = $(cat "client-$Name") -Address = "$Ip/32" +Address = $Ip/32 DNS = $Dns [Peer]