Skip to content

Commit

Permalink
Fix addSupernode
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Sep 1, 2017
1 parent a093339 commit 5bc7192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyatta-cjdns/opt/vyatta/sbin/vyatta-cjdns-updateconf
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def updateTunDevice(device):
data['router']['interface']['tunDevice'] = device

def addSupernode(publickey):
deleteAuthorizedPassword(user)
deleteSupernode(publickey)
data['router']['supernodes'].append(publickey)

def deleteSupernode(publickey):
Expand Down

0 comments on commit 5bc7192

Please sign in to comment.