Skip to content
This repository was archived by the owner on Mar 25, 2022. It is now read-only.

Commit 66993e3

Browse files
author
Lars Gierth
committed
cjdns: fix incoming peerName
License: MIT Signed-off-by: Lars Gierth <[email protected]>
1 parent c885c18 commit 66993e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cjdns/cjdroute.conf.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ done
4949
$(
5050
for pwd in $(lookup cjdns_passwords); do
5151
printf ' {\n'
52-
printf ' "peerName": "%s",\n' $(var 'cjdns_'$pwd'_peer_name')
52+
printf ' "user": "%s",\n' $(var 'cjdns_'$pwd'_peer_name')
5353
printf ' "password": "%s"\n' $(var 'cjdns_'$pwd'_password')
5454
printf ' },\n'
5555
done

0 commit comments

Comments
 (0)