removed more quotes around things that should'nt have them
This commit is contained in:
parent
b5a9d82d86
commit
149a30f4f4
|
|
@ -26,7 +26,7 @@ echo "[*] Generated Keys"
|
||||||
cat << EOF >> "client-$Name.conf"
|
cat << EOF >> "client-$Name.conf"
|
||||||
[Interface]
|
[Interface]
|
||||||
PrivateKey = $(cat "client-$Name")
|
PrivateKey = $(cat "client-$Name")
|
||||||
Address = "$Ip/32"
|
Address = $Ip/32
|
||||||
DNS = $Dns
|
DNS = $Dns
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue