removed more quotes around things that should'nt have them

This commit is contained in:
Stephen Toth 2023-09-02 20:28:25 -05:00
parent b5a9d82d86
commit 149a30f4f4
1 changed files with 1 additions and 1 deletions

View File

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